]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
decouple pyproject.toml from the test suite
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Aug 2021 22:25:29 +0000 (18:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Aug 2021 22:25:29 +0000 (18:25 -0400)
commit1f0a33b2ff3507b257cbe8c8f5eefbde988f7e30
tree2780597651a8a1c9de6618578d66a896e9437d6f
parentb421b5b9e3098e41ac7abab3346b6a64d4a51b4f
decouple pyproject.toml from the test suite

tools/write_pyi.py is run as part of the test suite,
which has to run from a source distribution, which
does not have pyproject.toml right now due to
issues reported w/ pip.  these pip issues are probably
resolved now however we have not gone back to including
pyproject.toml at the moment.   so we therefore have to
hardcode the single "-l79" black config option in
write_pyi.py.

Change-Id: I877f69eb2322f6cbb39ed4c6d4a9adf598703223
tools/write_pyi.py