Qinusty pushed to branch Qinusty/531-fetch-retries-on-terminate at BuildStream / buildstream
Commits:
-
f4f24c63
by Josh Smith at 2018-08-16T13:56:25Z
2 changed files:
Changes:
... | ... | @@ -68,7 +68,7 @@ source_dist: |
68 | 68 |
|
69 | 69 |
# Run the tests from the source distribution, We run as a simple
|
70 | 70 |
# user to test for permission issues
|
71 |
- - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
|
|
71 |
+ - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration -s"'
|
|
72 | 72 |
|
73 | 73 |
# Go back to the toplevel and collect our reports
|
74 | 74 |
- cd ../..
|
... | ... | @@ -30,7 +30,6 @@ def cli_run_in_process(cli, path, args): |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
@pytest.mark.datafiles(DATA_DIR)
|
33 |
-@pytest.mark.integration
|
|
34 | 33 |
def test_interrupt_fetch(cli, datafiles):
|
35 | 34 |
path = os.path.join(datafiles.dirname, datafiles.basename)
|
36 | 35 |
|