ports/security/py-tuf/files/patch-tests_test__download.py
Kubilay Kocak 76de21d7aa security/py-tuf: Update to 0.11.1
- Remove setup.py patch, we'll invoke tests directly for now

Changelog:

  https://github.com/theupdateframework/tuf/releases/tag/v0.11.1
2019-05-14 11:07:12 +00:00

13 lines
312 B
Python

# https://github.com/theupdateframework/tuf/pull/781#discussion_r221880421
# Need to import sys to use it
--- tests/test_download.py.orig 2019-05-14 10:30:26 UTC
+++ tests/test_download.py
@@ -36,6 +36,7 @@ import logging
import os
import random
import subprocess
+import sys
import time
import unittest