Skip to content

Commit 4f0838b

Browse files
committed
refactor: remove Makefile, added xdist
1 parent 70b7a34 commit 4f0838b

File tree

4 files changed

+28
-138
lines changed

4 files changed

+28
-138
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ ENV PATH="/opt/lemur/.venv/bin:${PATH}" \
4444

4545
RUN apk add --update --no-cache curl libldap bash openssl
4646

47-
RUN addgroup -S ${group} -g ${gid} && \
48-
adduser -D -S ${user} -G ${group} -u ${uid} && \
49-
apk add --no-cache --update curl
47+
RUN addgroup -S ${group} -g ${gid} \
48+
&& adduser -D -S ${user} -G ${group} -u ${uid} \
49+
&& apk add --no-cache --update curl
5050

5151
COPY --from=builder --chown=${uid}:${gid} /opt/lemur /opt/lemur
5252
COPY --from=builder --chown=${uid}:${gid} /usr/bin/caddy /usr/bin/caddy

Makefile

Lines changed: 0 additions & 135 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ docs = [
150150
"sphinxcontrib-httpdomain>=1.8.1",
151151
]
152152
tests = [
153+
"pytest-xdist>=3.8.0",
153154
"factory-boy==3.3.3",
154155
"faker==37.6.0",
155156
"fakeredis>=2.31.1",

uv.lock

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)