mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Update simplejson-3.17.5
This commit is contained in:
parent
f165d2d080
commit
cdeff390d9
6 changed files with 95 additions and 25 deletions
7
lib/simplejson/tests/_cibw_runner.py
Normal file
7
lib/simplejson/tests/_cibw_runner.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
"""Internal module for running tests from cibuildwheel"""
|
||||
|
||||
import sys
|
||||
import simplejson.tests
|
||||
|
||||
if __name__ == '__main__':
|
||||
simplejson.tests.main(project_dir=sys.argv[1])
|
Loading…
Add table
Add a link
Reference in a new issue