File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ def test_masters(self, testdata_config):
106106 secondary_repo = testdata_config .repos ["dependent-secondary" ]
107107 assert secondary_repo .masters == (primary_repo ,)
108108
109+ @pytest .mark .parallel
109110 def test_pkg_metadata_regen (self , testdata_config , tmpdir ):
110111 orig_repo = testdata_config .repos ["metadata-gen" ]
111112 # copy original repo to a temp dir
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ commands =
6464 python setup.py build_ext --inplace
6565 # run doctests
6666 valgrind pytest --doctest-cython src/pkgcraft
67- # run regular tests
68- valgrind pytest {posargs}
67+ # run regular tests, skipping parallelized ones that cause failures
68+ valgrind pytest -m " not parallel " {posargs}
6969
7070[testenv:bench]
7171description = run benchmarks against pkgcore, portage, and others
You can’t perform that action at this time.
0 commit comments