Skip to content

Commit

Permalink
comment batch test to prevent namespace squatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Aug 5, 2024
1 parent 041f5ca commit 61683f4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tests/test_reserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ def test_module_conflict():

def test_batch_upload():
# try to reserve two non taken package names with per package custom setup.py parameters
uploader = PyPIUploader(test_pypi_token, True)
assert uploader.batch_upload(
[get_random_name(), get_random_name() + get_random_name()],
["config.json", "config2.json"]
) == 2
# uploader = PyPIUploader(test_pypi_token, True)
# assert uploader.batch_upload(
# [get_random_name(), get_random_name() + get_random_name()],
# ["config.json", "config2.json"]
# ) == 2
assert True == True

0 comments on commit 61683f4

Please sign in to comment.