mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
The variable TESTPATH should be initialized to empty.
The test code is now accessed as a package.
This commit is contained in:
parent
ce67f06491
commit
7d83a5e6f8
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ DESTPATH=
|
|||
SITEPATH=
|
||||
|
||||
# Standard path components for test modules
|
||||
TESTPATH=:test
|
||||
TESTPATH=
|
||||
|
||||
# Path components for machine- or system-dependent modules and shared libraries
|
||||
MACHDEPPATH=:plat-$(MACHDEP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue