keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.77k stars 4.59k forks source link

Update pytest command. #831

Closed aalekhpatel07 closed 2 years ago

aalekhpatel07 commented 2 years ago

Invoke pytest as a python module rather than a standalone executable.

aalekhpatel07 commented 2 years ago

Note that the build fails because there is a failing test:

FAILED tests/test_array.py::TestLimit::test_limit - TypeError: '<=' not suppo...

830 fixes this test and this actions workflow should start working again post merge.