mirror of https://github.com/python/cpython
Remove test_b1 and test_b2 from the list of tests
that are no real tests, because test_b1 and test_b2 no longer exist. (Spotted by Raymond Hettinger)
This commit is contained in:
parent
ca3fec7162
commit
7a2d7a74fc
|
@ -338,8 +338,6 @@ STDTESTS = [
|
||||||
|
|
||||||
NOTTESTS = [
|
NOTTESTS = [
|
||||||
'test_support',
|
'test_support',
|
||||||
'test_b1',
|
|
||||||
'test_b2',
|
|
||||||
'test_future1',
|
'test_future1',
|
||||||
'test_future2',
|
'test_future2',
|
||||||
'test_future3',
|
'test_future3',
|
||||||
|
|
Loading…
Reference in New Issue