mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-08 16:43:15 +08:00
add reason attribute to pytest.mark.skipif
This commit is contained in:
parent
9a777a263d
commit
69b6246677
@ -151,7 +151,8 @@ def test_inheriting_repeat():
|
||||
assert obj.unlucky_number() == 1234
|
||||
assert obj.lucky_number() == -4.25
|
||||
|
||||
@pytest.mark.skipif(not hasattr(pybind11_tests, 'NCVirt'))
|
||||
@pytest.mark.skipif(not hasattr(pybind11_tests, 'NCVirt'),
|
||||
reason="NCVirt test broken on ICPC")
|
||||
def test_move_support():
|
||||
from pybind11_tests import NCVirt, NonCopyable, Movable
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user