Remove slowtests=false setting

It wasn't actually working because of tox, I also don't use this.
This commit is contained in:
Anthony Sottile 2017-11-02 15:48:43 -07:00
parent 3b10ef419d
commit 56fca92a42
4 changed files with 0 additions and 22 deletions

View file

@ -32,11 +32,6 @@ skipif_cant_run_docker = pytest.mark.skipif(
reason='Docker isn\'t running or can\'t be accessed',
)
skipif_slowtests_false = pytest.mark.skipif(
os.environ.get('slowtests') == 'false',
reason='slowtests=false',
)
skipif_cant_run_swift = pytest.mark.skipif(
parse_shebang.find_executable('swift') is None,
reason='swift isn\'t installed or can\'t be found',