14
0
forked from pool/python-Pyro5
2023-02-23 01:42:42 +00:00
committed by Git OBS Bridge
parent 81d4882cf1
commit 4ff75d66ca
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ runs on many different platforms and Python versions.
%check
# socket tests require at least lo interface thus skip them
skip="testContextAndSock"
skip="test_socketutil"
export PYTHONPATH=${PWD}/tests/PyroTests
%pytest -rs -v -k "not ($skip)"