-
Notifications
You must be signed in to change notification settings - Fork 139
Codecov broken tests #100
Comments
I noticed that if the
|
We welcome a pull request if you feel inclined to adjust the code base for this use case. |
According to the FreeBSD python port policy [1]: python ports must include a do-test target if the package includes tests. For now, I have removed the failed tests using a simple patch [2]. Therefore, it would be great that all test cases work properly. [1] https://wiki.freebsd.org/Python/PortsPolicy#Tests |
@naglalakk can you help out here. Thanks |
I'm cleaning up issues. What is the status of this one? |
Hi, Today I updated As a workaround I skipped both tests at the moment.
Here is the
|
Closing this out as tests should be passing now. |
This is not true - OP was talking about that, by simply removing the .git directory, tests will begin to fail (I got "12 failed, 38 passed, 20 skipped in 3.19s"). This happens if one downloads a release (which doesn't include .git) and try to run the test suite. |
Hi,
It seems that there are some test cases that fail to pass.
Tested on FreeBSD by invoking the following command:
/usr/local/bin/python2.7 -m pytest -v tests/test.py
http://sprunge.us/hIEC
Is it possible to skip the tests explicitly when invoking the test suite?
The text was updated successfully, but these errors were encountered: