File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,9 @@ test-integration:
5050 pytest -v -m integration
5151 @killall rethinkdb
5252
53- test-integration-2.4 :
54- pytest -v -m integration_v2_4_x
55-
5653test-ci :
5754 @rethinkdb&
58- pytest -v --cov rethinkdb --cov-report xml --ignore=tests/integration/test_write_hooks.py
55+ pytest -v --cov rethinkdb --cov-report xml
5956 @killall rethinkdb
6057
6158test-remote :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ python_files = test_*.py
33markers =
44 unit: Run unit tests
55 integration: Run integration tests
6- integration_v2_4_x: Run 2.4.x only integration tests
76 trio: Run trio related tests
87 tornado: Run tornado related tests
98 asyncio: Run asyncio related tests
Original file line number Diff line number Diff line change 22
33from tests .helpers import IntegrationTestCaseBase
44
5- @pytest .mark .integration_v2_4_x
5+ @pytest .mark .integration
66class TestWriteHooks (IntegrationTestCaseBase ):
77 def setup_method (self ):
88 super (TestWriteHooks , self ).setup_method ()
You can’t perform that action at this time.
0 commit comments