mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-06 05:30:57 +00:00
ci: remove pip and virtualenv
- separate unit tests, benchmark, system tests, flake8
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ class DotFinder(object):
|
||||
def find_dot(self, executables):
|
||||
for executable in executables:
|
||||
try:
|
||||
subprocess.check_output([executable, "-V"], text=True)
|
||||
subprocess.check_output([executable, "-V"], text=True, stderr=subprocess.DEVNULL)
|
||||
return executable
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user