Skip to content

Commit 0274944

Browse files
committed
Back out testing on RustPython for now.
1 parent 62d3235 commit 0274944

File tree

3 files changed

+2
-54
lines changed

3 files changed

+2
-54
lines changed

.github/workflows/rustpython_ci_linux.yml

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

repo_helper.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ license: 'MIT'
1111
short_desc: "A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation."
1212

1313
conda_channels:
14-
- domdfcoding
1514
- conda-forge
1615

1716
python_deploy_version: 3.6
@@ -23,7 +22,6 @@ python_versions:
2322
- '3.8'
2423
- '3.9'
2524
- 3.10-dev
26-
- rustpython
2725

2826
classifiers:
2927
- 'Development Status :: 4 - Beta'

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
# * pytest
1717

1818
[tox]
19-
envlist = py36, py37, py38, py39, py310-dev, rustpython, mypy, build
19+
envlist = py36, py37, py38, py39, py310-dev, mypy, build
2020
skip_missing_interpreters = True
2121
requires =
2222
pip>=20.3.3
2323
tox-envlist>=0.1.0
2424
isolated_build = True
2525

2626
[envlists]
27-
test = py36, py37, py38, py39, py310-dev, rustpython
27+
test = py36, py37, py38, py39, py310-dev
2828
qa = mypy, lint
2929
cov = py36, coverage
3030

0 commit comments

Comments
 (0)