Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with Python 3.8 #263

Merged
merged 5 commits into from
Oct 30, 2019
Merged

Test with Python 3.8 #263

merged 5 commits into from
Oct 30, 2019

Conversation

adamchainz
Copy link
Contributor

No description provided.

@adamchainz
Copy link
Contributor Author

Currently seeing a breakage inside Pytest:

  File "/Users/chainz/Documents/Projects/scout_apm_python/.tox/py38-django22/lib/python3.8/site-packages/_pytest/config/__init__.py", line 631, in _iter_rewritable_modules
    for fn in package_files:
  File "/Users/chainz/Documents/Projects/scout_apm_python/.tox/py38-django22/lib/python3.8/site-packages/_pytest/config/__init__.py", line 848, in <genexpr>
    package_files = (
  File "/Users/chainz/Documents/Projects/scout_apm_python/.tox/py38-django22/lib/python3.8/importlib/metadata/__init__.py", line 175, in <genexpr>
    resolver()
  File "<frozen importlib._bootstrap_external>", line 1383, in find_distributions
AttributeError: type object 'DistributionFinder' has no attribute 'Context'

@adamchainz
Copy link
Contributor Author

Currently seeing a problem using Black on Python 3.8 - switching to it uses the newer pickle which causes the cache to break

Waiting for the upcoming release that includes the fix for the issue: psf/black#875

@adamchainz
Copy link
Contributor Author

Black was released on Monday, the cache problem has been fixed: https://pypi.org/project/black/#history

@adamchainz adamchainz merged commit 3f0f69d into master Oct 30, 2019
@adamchainz adamchainz deleted the python_3.8 branch October 30, 2019 09:51
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.

1 participant