Skip to content

Commit

Permalink
chore(ci): limit testing to cp36 / cp313 for qemu tested archs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 15, 2024
1 parent 2e1f0c3 commit 15f1947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ skip = [
"cp313-win*", # pywin32 is not available on cp313 yet
"pp*",
]
# Only test cp36/cp313 on qemu tested architectures
test-skip = "cp3{7,8,9,10,11,12}-*linux_{aarch64,ppc64le,s390x}"
test-command = [
"env PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 PSUTIL_SCRIPTS_DIR={project}/scripts python {project}/psutil/tests/runner.py",
"env PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 PSUTIL_SCRIPTS_DIR={project}/scripts python {project}/psutil/tests/test_memleaks.py",
Expand Down

0 comments on commit 15f1947

Please sign in to comment.