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

Fix distutilscmd in Debian + Py 3.11 #338

Merged
merged 1 commit into from
Dec 27, 2022

Commits on Dec 27, 2022

  1. Fix distutilscmd in Debian + Py 3.11

    Under Debian, when attempting to run tests, the debian folder
    is found and conflicts with this error:
    
    setuptools.errors.PackageDiscoveryError: Multiple top-level packages discovered in a flat-layout: ['debian', 'testtools'].
    
    This patch fixes this (I already applied it in Debian, and it
    solved the issue for me).
    thomasgoirand committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    0efee0f View commit details
    Browse the repository at this point in the history