From 46f930c7938407658f820df69c0cd95b12ce8899 Mon Sep 17 00:00:00 2001 From: Christopher O'Brien Date: Mon, 17 Jun 2024 07:36:10 -0400 Subject: [PATCH] numpy 2.0.0 broke nose-py3, work from my fork for a bit --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2506728..d85a4e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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 @@ -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