lisad / phaser

library for batch-oriented complex data integration pipelines
MIT License
3 stars 1 forks source link

Set pytest as a dev dependency rather than a hard dependency #110

Open jeffkole opened 2 months ago

jeffkole commented 2 months ago

Even though it is the de facto testing library, make it so that a user who installs Phaser does not depend on pytest.

jeffkole commented 1 month ago

Seems like the way to do this with pip and requirements.txt files is to create a separate dev-requirements.txt that people would specifically pass to pip if they are doing development work.