Commit Graph

39 Commits

Author SHA1 Message Date
Graham Bennett
aef58508e5 apache-airflow: 2.4.1 -> 2.4.3
Includes a patch to revert an upstream commit in order to get yarn to fetch
packages without errors.

Also, use the more correct forceFetchGit=true rather than leaveDotGit=true to
fetch sources from github using the git protocol (needed to get tests, which
aren't present in the tarball). leaveDotGit is not fully deterministic and this
was causing sha256 mismatches for some people.

Fixes #201763
2022-11-24 08:21:44 +00:00
Robert Scott
3e52597c4b
Merge pull request #197206 from graham33/feature/airflow_testing_docs
apache-airflow: add docs for additional manual testing
2022-10-23 11:35:48 +01:00
Graham Bennett
92e4406cbe apache-airflow: add docs for additional manual testing
It seems worth documenting how to do it for others.
2022-10-22 13:28:23 +01:00
Graham Bennett
4285990280 apache-airflow: correctly run pytest checks
Previously the whole checkPhase was overridden with the preparatory test setup
commands, which prevented pytestCheckHook from having an effect. Fixed to do the
preparatory work in preCheck.
2022-10-22 11:14:14 +01:00
Sandro Jäckel
a11a2a6d18 python310Packages.flask-login: normalise package name 2022-10-17 22:57:53 +02:00
Vladimír Čunát
6565abc264
Merge branch 'master' into staging-next 2022-10-08 10:20:07 +02:00
Robert Scott
7ff714f55b apache-airflow: 2.3.4 -> 2.4.1 2022-10-05 19:24:59 +01:00
Martin Weinelt
56aacce44e python3Packages.apache-airflow: relax pathspec constraint 2022-10-05 02:24:52 +02:00
Graham Bennett
2fcdcc75bf python3Packages.apache-airflow: remove costrouc as a maintainer
User is inactive.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-12 04:31:35 -04:00
Graham Bennett
ccdacae5a8 python3Packages.apache-airflow: add experimental update script 2022-09-12 04:31:34 -04:00
Graham Bennett
053f9a8f32 python3Packages.apache-airflow: generated provider metadata
Users can now enable airflow providers via the enabledProviders argument, which
will then pull in the correct dependencies for the provider and check that the
provider's modules can be imported.
2022-09-12 04:31:34 -04:00
Graham Bennett
5357d26981 python3Packages.apache-airflow: 2.3.3 -> 2.3.4 2022-09-12 04:31:34 -04:00
Martin Weinelt
a70989643d python3Packages.apache-airflow: 2.2.4 -> 2.3.3 2022-07-21 22:33:39 +02:00
Robert Schütz
c88d7fb859 python3Packages.flask-wtf: 1.0.0 -> 1.0.1
Also change attribute name from flask_wtf to flask-wtf.
2022-05-24 04:13:39 +00:00
K900
681f4c49e9 apache-airflow: mark broken
It doesn't build and probably won't any time soon, as it still depends on pre-2.0 Flask.
2022-05-16 13:27:16 +03:00
Martin Weinelt
30bda34f74 python3Packages.apache-airflow: 2.2.3 -> 2.2.4 2022-03-14 00:28:49 +01:00
Jonathan Ringer
33b02f6b53 python3Packages.apache-airflow: 2.1.4 -> 2.2.3 2022-01-23 01:09:04 +01:00
Fabian Affolter
7548f4380e python3Packages.apache-airflow: adjust inputs and substituteInPlace 2022-01-12 15:43:09 +01:00
Jonathan Ringer
4efb30a66b
apache-airflow: avoid https redirect 2021-12-28 08:53:47 -08:00
Sebastián Mancilla
21d4d1bfda apache-airflow: fix build on darwin
- Disable failing test on darwin.
- Patch failing test on Hydra (failed to write to /tmp)
2021-11-19 21:37:45 -03:00
Sebastián Mancilla
ec05219e40 apache-airflow: use pytestCheckHook 2021-11-19 21:36:20 -03:00
superherointj
2cfc72c44a apache-airflow: 2.1.2 -> 2.1.4 2021-10-09 09:59:16 -03:00
Robert Hensing
a201246bac treewide: runCommandNoCC -> runCommand in generated code
This has been synonymous for ~5y.

Note that many of these runCommand bindings are unused, but that's
ok for generated code.
2021-08-15 17:36:41 +02:00
Sandro
02258ab8c1
apache-airflow: remove unused input 2021-07-24 20:11:39 +00:00
R. RyanTM
2b55249486 apache-airflow: 2.1.1rc1 -> 2.1.2 2021-07-19 16:07:13 -07:00
Ivan Tkachev
d7b66a7a01 python3Packages.apache-airflow: 1.10.5 -> 2.1.1 2021-07-09 11:51:31 +03:00
Sandro Jäckel
e2fa14f3fb
pythonPackages.apache-airflow: remove unused inputs 2021-02-17 23:12:26 +01:00
Sandro Jäckel
8c16010b06
pythonPackages.apache-airflow: Remove stale substituteInPlace 2021-02-02 14:46:07 +01:00
Drew Risinger
4ab1c2b032 apache-airflow: unbreak
Unpins some dependencies to unbreak. Removes unused python dependencies,
and corrects some dependency replacements
2020-07-01 23:25:12 -04:00
Benjamin Hipple
726060deaf pythonPackages.apache-airflow: disable for python 3.8 2020-06-05 16:38:59 -07:00
Jonathan Ringer
e240c5d881 apache-airflow: Export PYTHONPATH in wrapper for gunicorn processes 2020-05-12 10:36:11 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer
402e921624 apache-airflow: unpin colorlog 2020-04-09 12:51:34 -07:00
Benjamin Hipple
a4a00ca3cc python3Packages.apache-airflow: no-op cleanups to drv file
Consistently indent with 2 spaces and cleanup the meta by quoting it for
https://github.com/NixOS/rfcs/pull/45
2020-03-27 21:05:53 -04:00
Jonathan Ringer
b4b0bc9d38 python3Packages.fix-airflow: fix dependencies 2020-02-12 23:21:30 -08:00
Mario Rodas
2648d2b616
python37Packages.apache-airflow: fix build 2020-01-25 04:20:00 -05:00
Ariel
7af3a955c9 apache-airflow: 1.10.3 -> 1.10.5, enable python
Includes misc fixes suggested during the PR process.
2019-11-17 21:44:15 -05:00
Chris Ostrouchov
d6fdec8d24 apache-airflow: refactor add as python application 2019-11-15 16:06:41 -05:00
Chris Ostrouchov
be91c2aa1b pythonPackages.apache-airflow: init at 1.10.3 2019-11-15 16:03:54 -05:00