Skip to content

Commit

Permalink
Remove reference to unused and deprecated pytest-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 authored and superbobry committed Aug 12, 2024
1 parent 3e36e4f commit e62c6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
version="0.8.2",
packages=["pyte"],
install_requires=["wcwidth"],
setup_requires=["pytest-runner"],
setup_requires=[],
tests_require=["pytest"],
python_requires=">=3.8",
platforms=["any"],
Expand Down

0 comments on commit e62c6e2

Please sign in to comment.