Skip to content

Commit

Permalink
bump superdesk-core and fix eve events issues (#1009)
Browse files Browse the repository at this point in the history
* bump superdesk-core

- make getattr only handle `on_` callbacks as events
- fix issues that were hidden due to it

* use superdesk-core v2.7.3
  • Loading branch information
petrjasek authored Jul 31, 2024
1 parent d846566 commit b91332d
Show file tree
Hide file tree
Showing 11 changed files with 562 additions and 25 deletions.
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

0 comments on commit b91332d

Please sign in to comment.