skorch-dev / skorch

A scikit-learn compatible neural network library that wraps PyTorch
BSD 3-Clause "New" or "Revised" License
5.69k stars 384 forks source link

Fix install via test #1015

Closed muellerzr closed 10 months ago

muellerzr commented 10 months ago

Ensures requirements-dev.txt is used if installed via pip install -e .[testing]

BenjaminBossan commented 10 months ago

Great, thanks for fix. Since requirements-dev.txt already contains pytest and pytest-cov, it should be possible to remove their addition completely.

muellerzr commented 10 months ago

Nice catch!