Skip to content

Commit 1630976

Browse files
committed
what
1 parent c1a08af commit 1630976

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

.github/codeql-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
paths:
22
- .github
33
- reflex
4-
- reflex/.templates
4+
- packages
55
paths-ignore:
66
- "**/tests/**"

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ jobs:
6969
export REFLEX_REDIS_URL=redis://localhost:6379
7070
export REFLEX_OPLOCK_ENABLED=true
7171
uv run pytest tests/units --cov --no-cov-on-fail --cov-report=
72-
# Change to explicitly install v1 when reflex-hosting-cli is compatible with v2
73-
- name: Run unit tests w/ pydantic v1
74-
run: |
75-
export PYTHONUNBUFFERED=1
76-
uv pip install "pydantic~=1.10"
77-
uv run pytest tests/units --cov --no-cov-on-fail --cov-report=
7872
- name: Generate coverage report
7973
run: uv run coverage html
8074

@@ -97,8 +91,3 @@ jobs:
9791
run: |
9892
export PYTHONUNBUFFERED=1
9993
uv run pytest tests/units --cov --no-cov-on-fail --cov-report=
100-
- name: Run unit tests w/ pydantic v1
101-
run: |
102-
export PYTHONUNBUFFERED=1
103-
uv pip install "pydantic~=1.10"
104-
uv run pytest tests/units --cov --no-cov-on-fail --cov-report=

0 commit comments

Comments
 (0)