Skip to content

Commit f3141a3

Browse files
committed
Back out testing on RustPython for now.
1 parent c2676a9 commit f3141a3

File tree

3 files changed

+3
-54
lines changed

3 files changed

+3
-54
lines changed

.github/workflows/rustpython_ci.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

repo_helper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ python_versions:
2020
- 3.9
2121
- 3.10-dev
2222
- pypy3
23-
- rustpython
2423

2524
classifiers:
2625
- 'Development Status :: 5 - Production/Stable'

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
# * pytest
1414

1515
[tox]
16-
envlist = py36, py37, py38, py39, py310-dev, pypy3, rustpython, mypy, build
16+
envlist = py36, py37, py38, py39, py310-dev, pypy3, mypy, build
1717
skip_missing_interpreters = True
1818
requires =
1919
pip>=20.3.3
2020
tox-envlist>=0.1.0
2121
isolated_build = True
2222

2323
[envlists]
24-
test = py36, py37, py38, py39, py310-dev, pypy3, rustpython
24+
test = py36, py37, py38, py39, py310-dev, pypy3
2525
qa = mypy, lint
2626
cov = py36, coverage
2727

@@ -156,6 +156,7 @@ deps = -r{toxinidir}/tests/requirements.txt
156156
extras = all
157157
commands =
158158
python --version
159+
python -m pip install pytz>=2019.1
159160
python -m pytest --cov=domdf_python_tools -r aR tests/ {posargs}
160161
python -m pip uninstall pytz -y
161162
python -m pytest --cov=domdf_python_tools -r aR tests/ --cov-append {posargs}

0 commit comments

Comments
 (0)