Skip to content

Commit

Permalink
Update setup.py to handle pytest-runner deprecation etc (#234)
Browse files Browse the repository at this point in the history
Fixes #232
  • Loading branch information
jnothman committed Dec 27, 2023
1 parent 3f6b2e7 commit 0a0b59d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ def setup_package():
version=version,
packages=["upsetplot"],
license='BSD-3-Clause',
setup_requires=['pytest-runner'],
tests_require=['pytest>=2.7', 'pytest-cov<2.6'],
extras_require={'testing': ['pytest>=2.7', 'pytest-cov<2.6']},
# TODO: check versions
install_requires=['pandas>=0.23', 'matplotlib>=2.0'])
finally:
Expand Down

0 comments on commit 0a0b59d

Please sign in to comment.