Skip to content

Commit da9c746

Browse files
committed
pytest dep
1 parent e9171f8 commit da9c746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
url = 'https://github.com/rusty1s/pytorch_scatter'
77

88
install_requires = ['cffi']
9-
setup_requires = ['cffi']
10-
tests_require = ['pytest', 'pytest-runner', 'pytest-cov']
9+
setup_requires = ['pytest-runner', 'cffi']
10+
tests_require = ['pytest', 'pytest-cov']
1111
docs_require = ['Sphinx', 'sphinx_rtd_theme']
1212

1313
setup(

0 commit comments

Comments
 (0)