Skip to content

Commit bbcd3f2

Browse files
committed
tox -e codegen
1 parent 12219eb commit bbcd3f2

File tree

20 files changed

+20
-30
lines changed

20 files changed

+20
-30
lines changed

generated/nidcpower/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def read_contents(file_to_read):
6262
"Operating System :: Microsoft :: Windows",
6363
"Operating System :: POSIX",
6464
"Programming Language :: Python :: 3",
65-
"Programming Language :: Python :: 3.8",
6665
"Programming Language :: Python :: 3.9",
6766
"Programming Language :: Python :: 3.10",
6867
"Programming Language :: Python :: 3.11",

generated/nidcpower/tox-system_tests.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# test suite on all supported python versions. To use it, "pip install tox"
44
# and then run "tox -c tox-system_tests.ini" from the driver directory. (generated/nidcpower)
55
[tox]
6-
envlist = py{38,39,310,311,312}-nidcpower-system_tests, py312-nidcpower-coverage
6+
envlist = py{39,310,311,312}-nidcpower-system_tests, py312-nidcpower-coverage
77
skip_missing_interpreters=True
88
ignore_basepython_conflict=True
99
# We put the .tox directory outside of the Jenkins workspace so that it isn't wiped with the rest of the repo
@@ -43,7 +43,7 @@ deps =
4343
nidcpower-coverage: coverage
4444

4545
depends =
46-
nidcpower-coverage: py{38,39,310,311,312}-nidcpower-system_tests
46+
nidcpower-coverage: py{39,310,311,312}-nidcpower-system_tests
4747

4848
passenv =
4949
GIT_BRANCH

generated/nidigital/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def read_contents(file_to_read):
6363
"Operating System :: Microsoft :: Windows",
6464
"Operating System :: POSIX",
6565
"Programming Language :: Python :: 3",
66-
"Programming Language :: Python :: 3.8",
6766
"Programming Language :: Python :: 3.9",
6867
"Programming Language :: Python :: 3.10",
6968
"Programming Language :: Python :: 3.11",

generated/nidigital/tox-system_tests.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# test suite on all supported python versions. To use it, "pip install tox"
44
# and then run "tox -c tox-system_tests.ini" from the driver directory. (generated/nidigital)
55
[tox]
6-
envlist = py3-nidigital-wheel_dep,py{38,39,310,311,312}-nidigital-system_tests, py312-nidigital-coverage
6+
envlist = py3-nidigital-wheel_dep,py{39,310,311,312}-nidigital-system_tests, py312-nidigital-coverage
77
skip_missing_interpreters=True
88
ignore_basepython_conflict=True
99
# We put the .tox directory outside of the Jenkins workspace so that it isn't wiped with the rest of the repo
@@ -50,7 +50,7 @@ deps =
5050
nidigital-coverage: coverage
5151

5252
depends =
53-
nidigital-coverage: py{38,39,310,311,312}-nidigital-system_tests
53+
nidigital-coverage: py{39,310,311,312}-nidigital-system_tests
5454
nidigital-system_tests: py3-nidigital-wheel_dep,
5555

5656
passenv =

generated/nidmm/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def read_contents(file_to_read):
6262
"Operating System :: Microsoft :: Windows",
6363
"Operating System :: POSIX",
6464
"Programming Language :: Python :: 3",
65-
"Programming Language :: Python :: 3.8",
6665
"Programming Language :: Python :: 3.9",
6766
"Programming Language :: Python :: 3.10",
6867
"Programming Language :: Python :: 3.11",

generated/nidmm/tox-system_tests.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# test suite on all supported python versions. To use it, "pip install tox"
44
# and then run "tox -c tox-system_tests.ini" from the driver directory. (generated/nidmm)
55
[tox]
6-
envlist = py{38,39,310,311,312}-nidmm-system_tests, py312-nidmm-coverage
6+
envlist = py{39,310,311,312}-nidmm-system_tests, py312-nidmm-coverage
77
skip_missing_interpreters=True
88
ignore_basepython_conflict=True
99
# We put the .tox directory outside of the Jenkins workspace so that it isn't wiped with the rest of the repo
@@ -43,7 +43,7 @@ deps =
4343
nidmm-coverage: coverage
4444

4545
depends =
46-
nidmm-coverage: py{38,39,310,311,312}-nidmm-system_tests
46+
nidmm-coverage: py{39,310,311,312}-nidmm-system_tests
4747

4848
passenv =
4949
GIT_BRANCH

generated/nifake/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def read_contents(file_to_read):
6363
"Operating System :: Microsoft :: Windows",
6464
"Operating System :: POSIX",
6565
"Programming Language :: Python :: 3",
66-
"Programming Language :: Python :: 3.8",
6766
"Programming Language :: Python :: 3.9",
6867
"Programming Language :: Python :: 3.10",
6968
"Programming Language :: Python :: 3.11",

generated/nifake/tox-system_tests.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# test suite on all supported python versions. To use it, "pip install tox"
44
# and then run "tox -c tox-system_tests.ini" from the driver directory. (generated/nifake)
55
[tox]
6-
envlist = py3-nifake-wheel_dep,py{38,39,310,311,312}-nifake-system_tests, py312-nifake-coverage
6+
envlist = py3-nifake-wheel_dep,py{39,310,311,312}-nifake-system_tests, py312-nifake-coverage
77
skip_missing_interpreters=True
88
ignore_basepython_conflict=True
99
# We put the .tox directory outside of the Jenkins workspace so that it isn't wiped with the rest of the repo
@@ -50,7 +50,7 @@ deps =
5050
nifake-coverage: coverage
5151

5252
depends =
53-
nifake-coverage: py{38,39,310,311,312}-nifake-system_tests
53+
nifake-coverage: py{39,310,311,312}-nifake-system_tests
5454
nifake-system_tests: py3-nifake-wheel_dep,
5555

5656
passenv =

generated/nifgen/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def read_contents(file_to_read):
6363
"Operating System :: Microsoft :: Windows",
6464
"Operating System :: POSIX",
6565
"Programming Language :: Python :: 3",
66-
"Programming Language :: Python :: 3.8",
6766
"Programming Language :: Python :: 3.9",
6867
"Programming Language :: Python :: 3.10",
6968
"Programming Language :: Python :: 3.11",

generated/nifgen/tox-system_tests.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# test suite on all supported python versions. To use it, "pip install tox"
44
# and then run "tox -c tox-system_tests.ini" from the driver directory. (generated/nifgen)
55
[tox]
6-
envlist = py3-nifgen-wheel_dep,py{38,39,310,311,312}-nifgen-system_tests, py312-nifgen-coverage
6+
envlist = py3-nifgen-wheel_dep,py{39,310,311,312}-nifgen-system_tests, py312-nifgen-coverage
77
skip_missing_interpreters=True
88
ignore_basepython_conflict=True
99
# We put the .tox directory outside of the Jenkins workspace so that it isn't wiped with the rest of the repo
@@ -50,7 +50,7 @@ deps =
5050
nifgen-coverage: coverage
5151

5252
depends =
53-
nifgen-coverage: py{38,39,310,311,312}-nifgen-system_tests
53+
nifgen-coverage: py{39,310,311,312}-nifgen-system_tests
5454
nifgen-system_tests: py3-nifgen-wheel_dep,
5555

5656
passenv =

0 commit comments

Comments
 (0)