Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump superdesk-core and fix eve events issues #1009

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
sudo apt-get update
sudo apt-get install pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl

- name: pip install
run: |
python -m pip install --upgrade pip wheel setuptools
pip install -r dev-requirements.txt
- run: python -m pip install --upgrade pip wheel setuptools
- run: python -m pip install -r dev-requirements.txt

- name: pytest
run: pytest --ignore=tests/aap/ --disable-pytest-warnings --cov=newsroom
Expand Down
11 changes: 11 additions & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-r requirements.txt
-r mypy-requirements.txt
-r black-requirements.txt

flake8
pytest
pytest-cov
pytest-mock
responses>=0.10.6,<0.26
httmock
wooper
Loading
Loading