diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 4afa36bf..c73b5e92 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -101,4 +101,4 @@ jobs: - name: Prepare Coverage report run: tox -e coverage-report - name: Upload to codecov - uses: codecov/codecov-action@v1.0.6 + uses: codecov/codecov-action@v1.0.6 \ No newline at end of file diff --git a/setup.py b/setup.py index 90ebb8f9..bb00fba3 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,6 @@ tests_require = [ "mock==4.0.2", - "pytest-django==4.7.0", - "pytest==7.3.2", # Linting "isort[pyproject]==4.3.21", "flake8==3.7.9", @@ -20,7 +18,7 @@ install_requires = [ - "wagtail>=4.1,<6.1.3", + "wagtail>=4.1,<5.3", "Unidecode>=0.04.14,<2.0", "wagtail-generic-chooser>=0.5.0,<0.6", ] @@ -74,4 +72,4 @@ "Framework :: Wagtail :: 4", "Topic :: Internet :: WWW/HTTP :: Site Management", ], -) +) \ No newline at end of file diff --git a/tox.ini b/tox.ini index d87dd525..5aaf848d 100644 --- a/tox.ini +++ b/tox.ini @@ -80,4 +80,4 @@ deps = black skip_install = true commands = - black --check setup.py wagtailstreamforms/ tests/ + black --check setup.py wagtailstreamforms/ tests/ \ No newline at end of file