mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-03 13:11:39 +00:00
Merge branch 'master' into sh_merge_master3
This commit is contained in:
@@ -143,7 +143,6 @@ def normalize_line_endings(value: bytes) -> bytes:
|
||||
|
||||
|
||||
def test_build_sdist(monkeypatch, tmpdir):
|
||||
|
||||
monkeypatch.chdir(MAIN_DIR)
|
||||
|
||||
subprocess.run(
|
||||
@@ -194,7 +193,6 @@ def test_build_sdist(monkeypatch, tmpdir):
|
||||
|
||||
|
||||
def test_build_global_dist(monkeypatch, tmpdir):
|
||||
|
||||
monkeypatch.chdir(MAIN_DIR)
|
||||
monkeypatch.setenv("PYBIND11_GLOBAL_SDIST", "1")
|
||||
subprocess.run(
|
||||
|
||||
Reference in New Issue
Block a user