Closed jeffkole closed 1 month ago
Even though it is the de facto testing library, make it so that a user who installs Phaser does not depend on pytest.
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.
pip
requirements.txt
dev-requirements.txt
Even though it is the de facto testing library, make it so that a user who installs Phaser does not depend on pytest.