From 3dfb04cac22302d3c36cc3580e6bab1ec754e337 Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Tue, 17 Sep 2024 09:28:04 +1200 Subject: [PATCH] build: Update pydyf version requirement (#1159) --- .github/workflows/checks.yml | 6 +++--- setup.cfg | 2 +- tox.ini | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9e830678..5e17fd8b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -83,7 +83,7 @@ jobs: echo "Installing pip + wheel..." python -m pip install --upgrade pip wheel echo "Installing requirements.txt + test dependencies..." - python -m pip install -r requirements.txt tox tox-gh-actions certifi decorator dict2xml pyflakes "pypdf>=4.1.0" "weasyprint==61.2" "pydyf<0.11.0" + python -m pip install -r requirements.txt tox tox-gh-actions certifi decorator dict2xml pyflakes "pypdf>=4.1.0" "weasyprint==61.2" "pydyf<0.10.0" - name: Generate Valid Tests run: | @@ -135,7 +135,7 @@ jobs: echo "Installing pip + wheel..." python -m pip install --upgrade pip wheel echo "Installing requirements.txt + test dependencies..." - python -m pip install -r requirements.txt tox tox-gh-actions certifi decorator dict2xml pyflakes "pypdf>=4.1.0" "weasyprint==61.2" "pydyf<0.11.0" + python -m pip install -r requirements.txt tox tox-gh-actions certifi decorator dict2xml pyflakes "pypdf>=4.1.0" "weasyprint==61.2" "pydyf<0.10.0" - name: Generate Valid Tests run: | @@ -185,7 +185,7 @@ jobs: # echo "Installing pip + wheel..." # python -m pip install --upgrade pip wheel # echo "Installing requirements.txt + test dependencies..." -# python -m pip install -r requirements.txt tox tox-gh-actions certifi decorator dict2xml pyflakes "pypdf>=4.1.0" "weasyprint==61.2" "pydyf<0.11.0" +# python -m pip install -r requirements.txt tox tox-gh-actions certifi decorator dict2xml pyflakes "pypdf>=4.1.0" "weasyprint==61.2" "pydyf<0.10.0" # - name: Generate Valid Tests # run: | # make yestests || true diff --git a/setup.cfg b/setup.cfg index a037033b..18225e5a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,7 +57,7 @@ console_scripts = [options.extras_require] pdf = weasyprint==61.2 - pydyf<0.11.0 + pydyf<0.10.0 [bdist_wheel] universal = 1 diff --git a/tox.ini b/tox.ini index d371357a..b3d84d9c 100644 --- a/tox.ini +++ b/tox.ini @@ -35,4 +35,4 @@ deps = dict2xml pypdf>=4.1.0 weasyprint==61.2 - pydyf<0.11.0 + pydyf<0.10.0