Skip to content

Commit

Permalink
removed deprecated/removed setuptools tests_require
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Oct 10, 2024
1 parent 084a2b7 commit dd787f7
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 @@ -2,7 +2,6 @@
# Copyright (c) 2010 Oliver Beckstein <[email protected]>
# Released under the GNU Public License 3 (or higher, your choice)

import sys
from setuptools import setup, find_packages
import versioneer

Expand Down Expand Up @@ -77,6 +76,6 @@
"pypdf",
],
# setup_requires=['pytest-runner',],
tests_require=["pytest", "pybol", "py"],
# tests_require=["pytest", "pybol", "py"],
zip_safe=True,
)

0 comments on commit dd787f7

Please sign in to comment.