Merge #1684: Upgrade pytest

c20318af64fddb2959ba90f2d510af42f4e2e20e Upgrade pytest (thomas)

Pull request description:

  Had issues because of a too old version of pytest-timeout. I had to update it so I took advantage of it to update pytest and other requirements

ACKs for top commit:
  pythcoiner:
    tACK c20318af on arch + python 3.10/3.13

Tree-SHA512: 22e7abf810c49d29f908e493db4055a9fd94d8a623e8a9ae8cfc33e2b9ab1865ad64acb8a2837b0b9b0ed1846b1ba9ea21242ccd7f0a4f4f221041d8465c55bd
This commit is contained in:
edouardparis 2025-05-05 09:29:23 +02:00
commit 19043a2db9
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F
2 changed files with 12 additions and 4 deletions

View File

@ -24,6 +24,14 @@ repository.
### Test dependencies
Before running the tests, you might need to install some system packages. Here's an example for Ubuntu:
```
sudo apt update
sudo apt install build-essential libssl-dev libffi-dev python3-dev
sudo apt install autoconf automake libtool
```
Functional tests dependencies can be installed using `pip`. Use a virtual environment.
```
# Create a new virtual environment, preferably.

View File

@ -1,7 +1,7 @@
pytest==7.2
pytest-xdist==1.31.0
pytest-timeout==1.3.4
ephemeral_port_reserve==1.1.1
pytest>=8.3.5
pytest-xdist>=3.6.1
pytest-timeout>=2.3.1
ephemeral_port_reserve>=1.1.4
bip32~=3.0
https://github.com/darosior/python-bip380/archive/fb61971d9128e663f110ea2734c1d023e7e0266b.zip