Skip to content

MAINT: Simplify Hypothesis configuration#17776

Merged
mattip merged 1 commit intonumpy:masterfrom
Zac-HD:property-tests
Nov 15, 2020
Merged

MAINT: Simplify Hypothesis configuration#17776
mattip merged 1 commit intonumpy:masterfrom
Zac-HD:property-tests

Conversation

@Zac-HD
Copy link
Contributor

@Zac-HD Zac-HD commented Nov 15, 2020

All configuration is now done in conftest.py, and detection of dev/user mode is based on the presence of pytest.ini in the repo root as per @charris' suggestion.

Follows #16879; closes #17390. CC also @mattip with apologies for my delays.

All configuration is now done in conftest.py, and detection of dev/user mode is based on the presence of pytest.ini in the repo root.  See numpy#17390.
@Zac-HD Zac-HD changed the title Simplify Hypothesis configuration MAINT: Simplify Hypothesis configuration Nov 15, 2020
@mattip mattip merged commit 5d24993 into numpy:master Nov 15, 2020
@mattip
Copy link
Member

mattip commented Nov 15, 2020

Thanks @Zac-HD. Now we can accept dependabot's updates to pytest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Newer versions of pytest are failing because of multiple hypothesis imports.

2 participants