Skip to content

Commit

Permalink
Do not require to install pytest-runner in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdog committed Jun 20, 2023
1 parent b10a363 commit 81de9d8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,14 @@ classifiers =
[options]
packages = find:
python_requires = >=3.7
setup_requires=
pytest-runner
install_requires =
Django>=3.2
django-guardian~=2.4.0

tests_require =
pytest
pytest-django
pytest-cov
django-guardian~=2.4.0

[options.packages.find]
exclude = tests
Expand Down Expand Up @@ -70,8 +68,9 @@ envlist =

[testenv]
usedevelop = true
# extras = tests
commands = python setup.py test
extras = tests
whitelist_externals = py.test
commands = py.test
deps=
django32: Django>=3.2,<3.3
django32: Django>=3.2,<3.3
Expand Down

0 comments on commit 81de9d8

Please sign in to comment.