Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Feb 12, 2024
1 parent 0c2cef2 commit dc03117
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 @@ -59,7 +59,7 @@ def read_reqs(reqs_name):
scripts=None,
include_package_data=True,
test_suite="tests",
tests_require=read_reqs("dev"),
tests_require=read_reqs("test"),
setup_requires=(
["pytest-runner"] if {"test", "pytest", "ptr"} & set(sys.argv) else []
),
Expand Down

0 comments on commit dc03117

Please sign in to comment.