Skip to content

Commit c54d242

Browse files
committed
switch to nose2
1 parent c1d077a commit c54d242

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

.github/workflows/ci-scripts-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
profile: latest
5555
test: yes
5656

57+
- os: ubuntu-latest
58+
base: "7.0"
59+
python: "3.10"
60+
profile: latest
61+
test: yes
62+
5763
- os: ubuntu-latest
5864
base: "3.15"
5965
python: "2.7"

devsupApp/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pyconfig:
6161

6262
ifneq (,$(T_A))
6363
nose:
64-
PYTHONPATH="${PYTHONPATH}:$(abspath $(TOP))/python$(PY_LD_VER)/$(EPICS_HOST_ARCH)" $(PYTHON) -m nose -P devsup $(NOSEFLAGS)
64+
PYTHONPATH="${PYTHONPATH}:$(abspath $(TOP))/python$(PY_LD_VER)/$(EPICS_HOST_ARCH)" $(PYTHON) -m nose2 -v devsup $(NOSEFLAGS)
6565

6666
# bounce back down to the sphinx generated Makefile
6767
# aren't Makefiles fun...

requirements-deb10.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
numpy==1.16.2
2-
nose==1.3.7
2+
#nose==1.3.7
3+
nose2

requirements-deb7.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
numpy==1.6.2
2-
nose==1.1.2
2+
#nose==1.1.2
3+
nose2

requirements-deb8.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
numpy==1.8.2
2-
nose==1.3.4
2+
#nose==1.3.4
3+
nose2

requirements-deb9.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
numpy==1.12.1
2-
nose==1.3.7
2+
#nose==1.3.7
3+
nose2

requirements-latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
numpy
2-
nose
2+
nose2

0 commit comments

Comments
 (0)