FYI, homebrew now builds rust with the necessary coverage support, so
this problem shouldn't impact anyone else going forward.
Alex
On Tue, Nov 21, 2023 at 8:53 AM Alex Gaynor wrote:
>
> Great. Looks like there's an action item for me to send a PR to
> homebrew to build with coverage support.
>
Great. Looks like there's an action item for me to send a PR to
homebrew to build with coverage support.
Alex
On Tue, Nov 21, 2023 at 8:52 AM Jules Marmier wrote:
>
> I installed it with Homebrew. I just reinstalled it using the method
> explained on the Rust website, and it seems to have resol
I installed it with Homebrew. I just reinstalled it using the method
explained on the Rust website, and it seems to have resolved the issue.
Thank you very much for your help.
Jules
Le mar. 21 nov. 2023 à 14:19, Alex Gaynor a écrit :
> Where did you get your rustc from? It looks like it's buil
Where did you get your rustc from? It looks like it'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 answer your questions:
>
Thanks for your prompt response!
To answer your questions:
1) I'm building on a Mac M1
2) Yes, nox -e tests-nocoverage works without any issues
Jules
Le mar. 21 nov. 2023 à 13:55, Alex Gaynor a écrit :
> Two questions: 1) What platform are you building on? 2) Does `nox -e
> tests-nocoverage` w
Two questions: 1) What platform are you building on? 2) Does `nox -e
tests-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.
>
> nox >
Yes, please send the complete output of `nox -e tests`.
Alex
On Tue, Nov 21, 2023 at 5:42 AM Jules Marmier wrote:
>
> 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
> com
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/