1 2 3 4 5 6 7 8 9 10 11 12 13
|
Author: Vincent Prat <vinceprat@free.fr>
Description: Disables the auto_use option of astropy_helpers
--- a/setup.cfg
+++ b/setup.cfg
@@ -66,7 +66,7 @@
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
[ah_bootstrap]
-auto_use = True
+auto_use = False
# We now have section for the pycodestyle command. We need to repeat the.
# Rather than check all warnings, we only test for a subset of them for now.
|