diff --git a/tests/10_advanced_params-ception_test.py b/tests/10_advanced_params-ception_test.py index 4db2f3a5..c93fa55e 100644 --- a/tests/10_advanced_params-ception_test.py +++ b/tests/10_advanced_params-ception_test.py @@ -18,8 +18,8 @@ def coordinates_fixture(request, numbers_fixture): yield coordinate # # Uncomment for fun 80s board game reference (and fixture filtering) # if coordinate == 'b2': - # print "(Don't sink my Battleship!)" - # pytest.skip() + # print("(Don't sink my Battleship!)") + # pytest.skip() def test_advanced_fixtureception(coordinates_fixture):