apache-airflow: 1.10.3 -> 1.10.5, enable python

Includes misc fixes suggested during the PR process.
This commit is contained in:
Ariel
2019-11-15 16:14:25 -05:00
parent effe7f8a09
commit 7af3a955c9
10 changed files with 84 additions and 115 deletions

View File

@@ -53,12 +53,13 @@ buildPythonPackage rec {
checkPhase = ''
# disable tests that require mongodb, postresql
rm flask_admin/tests/mongoengine/test_basic.py
rm flask_admin/tests/pymongo/__init__.py
rm flask_admin/tests/test_form_upload.py
rm flask_admin/tests/sqla/test_postgres.py
rm flask_admin/tests/geoa/test_basic.py
nosetests flask_admin/tests
nosetests \
-e "mongoengine" \
-e "pymongo" \
-e "test_form_upload" \
-e "test_postgres" \
-e "geoa" \
flask_admin/tests
'';
meta = with lib; {