Skip to content

Commit 1b44135

Browse files
committed
modify tox ini not to use deprecated libraries for unittests and add python 3.13 to tests
1 parent 6ec2559 commit 1b44135

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = clean,docs,py37,py39
2+
envlist = clean,docs,py37,py39,313
33
skipsdist = {env:TOXBUILD:false}
44

55
[testenv:pep8]
@@ -28,8 +28,6 @@ setenv = SPLUNK_HOME=/opt/splunk
2828
allowlist_externals = make
2929
deps = pytest
3030
pytest-cov
31-
xmlrunner
32-
unittest-xml-reporting
3331
python-dotenv
3432

3533
distdir = build

0 commit comments

Comments
 (0)