Skip to content
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
4 changes: 3 additions & 1 deletion requirements.test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
numpy
pylint
pytest-asyncio==0.21.1 # 0.23 has a bug 2023/12/3

pytest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pytest is part of reqs.prod, do we still want it here?

pytest-asyncio==0.21.1 # 0.23 has a bug 2023/12/3
pytest-xdist

# mariadb
7 changes: 4 additions & 3 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
python -m pip install --upgrade pip
pip install tox
pip install pytest
#! /usr/bin/env bash
set -euo pipefail

python3 -m pip --disable-pip-version-check install tox
tox -e py