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:
50
50
pytest -v -m integration
51
51
@killall rethinkdb
52
52
53
- test-integration-2.4 :
54
- pytest -v -m integration_v2_4_x
55
-
56
53
test-ci :
57
54
@rethinkdb&
58
- pytest -v --cov rethinkdb --cov-report xml --ignore=tests/integration/test_write_hooks.py
55
+ pytest -v --cov rethinkdb --cov-report xml
59
56
@killall rethinkdb
60
57
61
58
test-remote :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ python_files = test_*.py
3
3
markers =
4
4
unit: Run unit tests
5
5
integration: Run integration tests
6
- integration_v2_4_x: Run 2.4.x only integration tests
7
6
trio: Run trio related tests
8
7
tornado: Run tornado related tests
9
8
asyncio: Run asyncio related tests
Original file line number Diff line number Diff line change 2
2
3
3
from tests .helpers import IntegrationTestCaseBase
4
4
5
- @pytest .mark .integration_v2_4_x
5
+ @pytest .mark .integration
6
6
class TestWriteHooks (IntegrationTestCaseBase ):
7
7
def setup_method (self ):
8
8
super (TestWriteHooks , self ).setup_method ()
You can’t perform that action at this time.
0 commit comments