Skip to content

Commit

Permalink
setup: remove deprecated pytest-runner
Browse files Browse the repository at this point in the history
pytest-runner is deprecated, and we no longer need to run a command like
`python setup.py test` (one should use pytest directly instead).

Fixes #20.
  • Loading branch information
wookayin committed Jan 1, 2025
1 parent 4734006 commit 2aafdfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ def read_version():
python_requires='>=3.6',
install_requires=install_requires,
extras_require={'test': tests_requires},
setup_requires=['pytest-runner<5.0'],
tests_require=tests_requires,
entry_points={
'console_scripts': ['imgcat=imgcat:main'],
},
Expand Down

0 comments on commit 2aafdfb

Please sign in to comment.