Update simplejson-3.17.5

This commit is contained in:
JonnyWong16 2021-10-14 23:52:53 -07:00
commit cdeff390d9
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
6 changed files with 95 additions and 25 deletions

View 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])