Skip to content

Commit decf400

Browse files
authored
Remove sitecustomize file (spotify#1755)
See discussion in spotify#1693 Luigi developrs might need to run `rm .coverage` after applying this change as a new version of coverage will be in use after this patch.
1 parent 5f1c5d3 commit decf400

File tree

3 files changed

+2
-48
lines changed

3 files changed

+2
-48
lines changed

.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ omit =
1010
*/.tox/*
1111
*/setup.py
1212
*/bin/luigidc
13-
sitecustomize.py
1413
hadoop_test.py
1514
minicluster.py
1615
[run]
1716
parallel=True
17+
concurrency=multiprocessing

sitecustomize.py

-46
This file was deleted.

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deps=
2020
cdh,hdp: hdfs>=2.0.4,<3.0.0
2121
postgres: psycopg2<3.0
2222
gcloud: google-api-python-client>=1.4.0,<2.0
23-
coverage>=3.6,<3.999
23+
coverage>=4.1,<4.2
2424
codecov>=1.4.0
2525
requests<3.0
2626
unixsocket: requests-unixsocket<1.0

0 commit comments

Comments
 (0)