Commit 275ca6c4 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add unittest back to Docker image

Until Django 4.0.3 is released a bit of stupidity in the code
unnecessarily imports unittest during startup.
parent caace201
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ mkdir -p /stage/usr/local/lib/python3.9
            -name site-packages \
            -o -name lib-dynload \
            -o -name 'config-*' \
            -o -name unittest \
        \) -prune -o -print
    find /usr/local/lib/python3.9/site-packages \
        -mindepth 1 -maxdepth 1 \