1 parent c8e1048 commit ebd2c21Copy full SHA for ebd2c21
1 file changed
setup.py
@@ -49,6 +49,5 @@ def run_tests(self):
49
# ext_modules = [cmocean_mod],
50
scripts = [],
51
keywords = ['colormaps', 'oceanography', 'plotting', 'visualization'],
52
- tests_require=['pytest'],
53
- cmdclass=dict(PyTest)
+ tests_require=['pytest']
54
)
0 commit comments