From fca3901655148407b1b29ffac56bd045e6aac645 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:25:15 +0300 Subject: [PATCH] Add Darkgraylib and Graylint @main to future test The future compatibility test will now also update these packages to the tip of their `main` branch. This way we'll detect accidental incompatibilities with our own library packages --- constraints-future.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constraints-future.txt b/constraints-future.txt index c0dcf8ae1..9328d5c7d 100644 --- a/constraints-future.txt +++ b/constraints-future.txt @@ -4,5 +4,7 @@ # up-to-date by adding entries for any packages we want to get early # incompatibility warnings for. black @ git+https://github.com/psf/black.git@main +darkgraylib @ git+https://github.com/akaihola/darkgraylib.git@main flynt @ git+https://github.com/ikamensh/flynt.git@master +graylint @ git+https://github.com/akaihola/graylint.git@main isort @ git+https://github.com/PyCQA/isort.git@main