Skip to content

Commit

Permalink
numpy 2.0.0 broke nose-py3, work from my fork for a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
obriencj committed Jun 17, 2024
1 parent e99801b commit 46f930c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ sitepackages = False

deps =
coverage
git+https://github.com/obriencj/nose-py3@py3_compat
git+https://github.com/obriencj/nose-py3@drop_numpy
# nose-py3

download = True
Expand All @@ -174,8 +174,8 @@ basepython = python3.9

deps =
git+https://pagure.io/koji.git@master
git+https://github.com/obriencj/nose-py3@py3_compat
# nose-py3 == 1.6.3
git+https://github.com/obriencj/nose-py3@drop_numpy
# nose-py3

recreate = True

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

deps =
git+https://github.com/obriencj/nose-py3@py3_compat
# nose-py3 == 1.6.3
git+https://github.com/obriencj/nose-py3@drop_numpy
# nose-py3

download = True

Expand Down

0 comments on commit 46f930c

Please sign in to comment.