From eb6438fc41fb210048b686c7f33d15144a57c580 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Wed, 11 Mar 2026 20:05:11 +0000
Subject: [PATCH] Fix integration tests - explicitly install pyipam plugin
---
config.json | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/config.json b/config.json
index 353cd2c..7dd567c 100644
--- a/config.json
+++ b/config.json
@@ -2,9 +2,13 @@
"description": "pyveth - veth network driver in Python",
"documentation": "https://github.com/jacekkow/docker-plugin-pyveth",
"workdir": "/usr/src/app",
- "entrypoint": ["uwsgi", "--ini", "uwsgi.ini"],
+ "entrypoint": ["./venv/bin/python", "run.py"],
"env": [
{
+ "name": "ENVIRONMENT",
+ "value": "production"
+ },
+ {
"name": "HOME",
"value": "/usr/src/app"
}
--
Gitblit v1.10.0