Skip to content

Commit

Permalink
updating tox configuration for nose-py3
Browse files Browse the repository at this point in the history
  • Loading branch information
obriencj committed Jun 19, 2024
1 parent 46f930c commit 97791ee
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ kojismokydingo =
test = nosetests


[vars]

nose = nose-py3
# nose = git+https://github.com/obriencj/nose-py3@safer_str


[tox:tox]

envlist = flake8,mypy,bandit,twine,py{37,38,39,310,311,312},coverage
Expand All @@ -147,8 +153,7 @@ sitepackages = False

deps =
coverage
git+https://github.com/obriencj/nose-py3@drop_numpy
# nose-py3
{[vars]nose}

download = True

Expand All @@ -174,8 +179,7 @@ basepython = python3.9

deps =
git+https://pagure.io/koji.git@master
git+https://github.com/obriencj/nose-py3@drop_numpy
# nose-py3
{[vars]nose}

recreate = True

Expand Down Expand Up @@ -260,8 +264,7 @@ commands =
python -B -I -m nose tests

deps =
git+https://github.com/obriencj/nose-py3@drop_numpy
# nose-py3
{[vars]nose}

download = True

Expand Down

0 comments on commit 97791ee

Please sign in to comment.