Remove pypy tests due to missing rust in Docker
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d27bcf85dd
commit
265f9f8372
@ -34,8 +34,8 @@ def run_tests():
|
|||||||
tox_step("python:3.9"),
|
tox_step("python:3.9"),
|
||||||
tox_step("python:3.10"),
|
tox_step("python:3.10"),
|
||||||
tox_step("python:3"),
|
tox_step("python:3"),
|
||||||
tox_step("pypy:3.9", "pypy3", "pypy3"),
|
# tox_step("pypy:3.9", "pypy3", "pypy3"),
|
||||||
tox_step("pypy:3", "pypy3", "pypy3"),
|
# tox_step("pypy:3", "pypy3", "pypy3"),
|
||||||
notify_step(),
|
notify_step(),
|
||||||
],
|
],
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user