Skip to content

Commit

Permalink
Test revert setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vctrklndr committed Aug 21, 2024
1 parent 8ad8d94 commit 4bd9aa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
- name: Prepare Coverage report
run: tox -e coverage-report
- name: Upload to codecov
uses: codecov/[email protected]
uses: codecov/[email protected]
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
]
Expand Down Expand Up @@ -74,4 +72,4 @@
"Framework :: Wagtail :: 4",
"Topic :: Internet :: WWW/HTTP :: Site Management",
],
)
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ deps =
black
skip_install = true
commands =
black --check setup.py wagtailstreamforms/ tests/
black --check setup.py wagtailstreamforms/ tests/

0 comments on commit 4bd9aa6

Please sign in to comment.