[Cryptography-dev] Fail to setup the project for contribution

2023-11-21 Thread Jules Marmier
Hi everyone! I'm trying to contribute to the cryptography project but I have some trouble setting up the project. I try to follow the *Getting started* page but the command *nox -e tests -p py310 *don’t succeed. Here are all the commands I run (I'm on a Mac M1) : git clone https://github.com/

Re: [Cryptography-dev] Fail to setup the project for contribution

2023-11-21 Thread Jules Marmier
-nocoverage` work? > > Alex > > On Tue, Nov 21, 2023 at 7:53 AM Jules Marmier > wrote: > > > > Ok, this is my full error message : > > > > nox > Running session tests > > > > nox > Re-using existing virtual environment at .nox/tests. >

Re: [Cryptography-dev] Fail to setup the project for contribution

2023-11-21 Thread Jules Marmier
t's built without > the necessary support for coverage. > > But in any event, you can use `nox -e tests-nocoverage` for now. > > Alex > > On Tue, Nov 21, 2023 at 8:15 AM Jules Marmier > wrote: > > > > Thanks for your prompt response! > > > > To answ