Skip to content

Commit fdc71c4

Browse files
committed
Update to tox v4
1 parent de482f5 commit fdc71c4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

benchmarking/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
importlib_metadata; python_version < '3.8'
22
pytablewriter
3-
tox
3+
tox > 4

benchmarking/run_benchmarks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tox '2014-01-09T21:48:00'
2-
tox '2014-01-09T21:48:00-05:30'
1+
tox -- '2014-01-09T21:48:00'
2+
tox -- '2014-01-09T21:48:00-05:30'
33
python format_results.py benchmark_results/2014-01-09T214800 benchmark_results/benchmark_with_no_time_zone.rst
44
python format_results.py benchmark_results/2014-01-09T214800-0530 benchmark_results/benchmark_with_time_zone.rst
55
python rst_include_replace.py ../README.rst 'benchmark_with_no_time_zone.rst' benchmark_results/benchmark_with_no_time_zone.rst

benchmarking/tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tox]
2+
requires =
3+
tox>=4
24
envlist = py312,py311,py310,py39,py38,py37,py36,py35,py34,py27
35
setupdir=..
46

57
[testenv]
8+
package = sdist
69
setenv =
710
CISO8601_CACHING_ENABLED = 1
811
deps=

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[tox]
2+
requires =
3+
tox>=4
24
envlist = {py27,py34,py35,py36,py37,py38,py39,py310,py311,py312}-caching_{enabled,disabled}
35

46
[testenv]
7+
package = sdist
58
setenv =
69
STRICT_WARNINGS = 1
710
caching_enabled: CISO8601_CACHING_ENABLED = 1

0 commit comments

Comments
 (0)