Skip to content

Commit

Permalink
Merge pull request #414 from SasView/fix_setup_requires
Browse files Browse the repository at this point in the history
sasview saying unknown distribution option 'test_requires'
  • Loading branch information
pkienzle authored Jun 27, 2020
2 parents 839a8ec + 8c232ec commit 7066f39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def find_version(package):
'OpenCL': ["pyopencl"],
'CUDA': ["pycuda"],
},
build_requires=['setuptools'],
test_requires=['pytest'],
cmdclass = {'test': PyTest},
#setup_requires=['setuptools'],
tests_require=['pytest'],
cmdclass={'test': PyTest},
)

0 comments on commit 7066f39

Please sign in to comment.