Skip to content

Conversation

@timotree
Copy link

platform.linux_distribution was removed in Python 3.8 and Distro is the recommended replacement.

I'm still pretty new to this so I can't figure out why when I run python setup.py test I get this error:

running test
error: [WinError 2] The system cannot find the file specified

If I run the tests manually with py.test --cov-report term-missing --cov ipify, it gets 100% coverage but test_ipify.py reports 71%.

platform.linux_distribution was removed in Python 3.8 and Distro is the recommended replacement
@timotree
Copy link
Author

Builds are failing because Python 3.2 and 3.3 packages are missing and PyYAML requires Python 3.5+ (https://pyyaml.org/wiki/PyYAML)

@timotree timotree requested a review from rdegges February 19, 2020 00:49
@yearski
Copy link

yearski commented Mar 30, 2020

This is virtually the same pull request as #7.

@SigireddyBalasai
Copy link

i am creating new module with syncronous asyncronous and cli named PyIpify

@timotree timotree closed this by deleting the head repository Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants