Skip to content

Commit b13986a

Browse files
committed
Back out testing on RustPython for now.
1 parent cef52fd commit b13986a

File tree

3 files changed

+2
-46
lines changed

3 files changed

+2
-46
lines changed

.github/workflows/rustpython_ci_linux.yml

Lines changed: 0 additions & 43 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
additional_ignore:
2625
- action.py

tox.ini

Lines changed: 2 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

2727
[testenv]

0 commit comments

Comments
 (0)