man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
568 stars 85 forks source link

The devpi_server fixture is broken. #179

Closed Smattacus closed 1 week ago

Smattacus commented 3 years ago

This is due to the changes in devpi here: https://pypi.org/project/devpi-server/5.2.0/

Specifically, the --init option is deprecated. So the pytest fixture setup no longer works by invoking main.

I will submit a PR with a proposal to fix it shortly. Tests are also updated with new fields as well.

eeaston commented 2 years ago

Hi, merged now thanks, I'll close this once we've got a new release out.

Smattacus commented 2 years ago

Sounds good. Thanks!