mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
- Remove setup.py patch, we'll invoke tests directly for now Changelog: https://github.com/theupdateframework/tuf/releases/tag/v0.11.1
13 lines
312 B
Python
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
|
|
|