Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 1b6bfc9

Browse files
committed
dependencies: fix security issues
* Bumps dependencies. Co-Authored-by: Peter Weber <[email protected]>
1 parent ba7d577 commit 1b6bfc9

File tree

6 files changed

+887
-942
lines changed

6 files changed

+887
-942
lines changed

.github/workflows/continuous-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
poetry run ./scripts/bootstrap --ci --deploy E2E=yes
5252
5353
- name: Run Test
54-
run: poetry run ./run-tests.sh
54+
run: poetry run ./scripts/test
5555

5656
# - name: Upload Coverage ${{ matrix.tests }}
5757
# if: ${{ matrix.dependencies == 'locked' }}

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Ready to contribute? Here's how to set up `rero-ebooks` for local development.
101101

102102
.. code-block:: console
103103
104-
$ ./run-tests.sh
104+
$ ./scripts/test
105105
106106
The tests will provide you with test coverage and also check PEP8
107107
(code style), PEP257 (documentation), flake8 as well as build the Sphinx

INSTALL.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ Run the test suite via the provided script:
9797

9898
.. code-block:: console
9999
100-
$ ./run-tests.sh
100+
$ ./scripts/test
101101
102102
By default, end-to-end tests are skipped. You can include the E2E tests like
103103
this:
104104

105105
.. code-block:: console
106106
107-
$ env E2E=yes ./run-tests.sh
107+
$ env E2E=yes ./scripts/test
108108
109109
For more information about end-to-end testing see `pytest-invenio
110110
<https://pytest-invenio.readthedocs.io/en/latest/usage.html#running-e2e-tests>`_

0 commit comments

Comments
 (0)