Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Ash Berlin-Taylor ad4f232cda
Remove unknown pytest.ini setting (#10923)
This was added when we first migrated to pytest, but pytest is now
complaining that this setting is unknown.

Since it doesn't do anything, lets remove it
2020-09-14 09:49:41 +01:00
Jarek Potiuk df2c288c68
[AIRFLOW-6460] - Reverting "Reduce timeout in pytest (#7051)" (#7062)
This reverts commit bf3fa1fda2.
2020-01-05 13:33:35 +01:00
Kamil Breguła bf3fa1fda2
[AIRFLOW-6460] Reduce timeout in pytest (#7051) 2020-01-05 03:53:19 +01:00
Kamil Breguła 4069c0775d
[AIRFLOW-6459] Increase verbosity of pytest (#7049) 2020-01-04 23:56:53 +01:00
Andrey Klochkov 702005fe35 [AIRFLOW-6171] Apply .airflowignore to correct subdirectories (#6784)
Fix the defect that applied .airflowignore rules from one subdirectory
to all other subdirectories scanned later.
2019-12-12 18:01:49 +00:00
Jarek Potiuk 239d51ed31
[AIRFLOW-6216] Allow pytests to be run without "tests" (#6770)
With this change you should be able to simply run `pytest` to run all the tests in the main airflow directory.

This consist of two changes:

* moving pytest.ini to the main airflow directory
* skipping collecting kubernetes tests when ENV != kubernetes
2019-12-10 14:49:00 +01:00