Unskip python 3.12 remote tests (#13110)

This commit is contained in:
Adriane Boyd 2023-11-06 11:59:45 +01:00 committed by GitHub
parent c096c5c0c9
commit ff9ddb6a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,9 +214,6 @@ def test_project_clone(options):
assert (out / "README.md").is_file()
@pytest.mark.skipif(
sys.version_info >= (3, 12), reason="Python 3.12+ not supported for remotes"
)
def test_project_push_pull(project_dir):
proj = dict(SAMPLE_PROJECT)
remote = "xyz"