Skip to content

Commit

Permalink
dependencies: fix security issues
Browse files Browse the repository at this point in the history
* Bumps dependencies.

Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep committed Nov 20, 2023
1 parent ba7d577 commit 175cc5c
Show file tree
Hide file tree
Showing 6 changed files with 892 additions and 854 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
poetry run ./scripts/bootstrap --ci --deploy E2E=yes
- name: Run Test
run: poetry run ./run-tests.sh
run: poetry run ./scripts/test

# - name: Upload Coverage ${{ matrix.tests }}
# if: ${{ matrix.dependencies == 'locked' }}
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Ready to contribute? Here's how to set up `rero-ebooks` for local development.

.. code-block:: console
$ ./run-tests.sh
$ ./scripts/test
The tests will provide you with test coverage and also check PEP8
(code style), PEP257 (documentation), flake8 as well as build the Sphinx
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ Run the test suite via the provided script:

.. code-block:: console
$ ./run-tests.sh
$ ./scripts/test
By default, end-to-end tests are skipped. You can include the E2E tests like
this:

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

0 comments on commit 175cc5c

Please sign in to comment.