Skip to content

Commit 1765313

Browse files
committed
Check if tox upgrade helps with ERROR: FAIL could not package project tox related issues
1 parent a1103dc commit 1765313

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-library.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
python -m
264264
pip install
265265
--user
266-
tox==3.25.1
266+
tox==3.28.0
267267
268268
- name: Grab the source from Git
269269
uses: actions/checkout@v3
@@ -388,7 +388,7 @@ jobs:
388388
python -m
389389
pip install
390390
--user
391-
tox==3.25.1
391+
tox==3.28.0
392392
393393
- name: Grab the source from Git
394394
uses: actions/checkout@v3
@@ -505,7 +505,7 @@ jobs:
505505
python -m
506506
pip install
507507
--user
508-
tox==3.25.1
508+
tox==3.28.0
509509
510510
- name: Grab the source from Git
511511
uses: actions/checkout@v3

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pytest-asyncio==0.16.0
1010
autopep8==1.6.0
1111
mypy==0.971
1212
py-spy==0.3.12
13-
tox==3.25.1
13+
tox==3.28.0
1414
mccabe==0.6.1
1515
pylint==2.13.7
1616
rope==1.1.1

0 commit comments

Comments
 (0)