We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e8006 commit fd139cdCopy full SHA for fd139cd
1 file changed
CONTRIBUTING.rst
@@ -139,6 +139,13 @@ Ready to contribute? Here's how to set up `Speasy` for local development.
139
``pytest-httpserver`` rather than a cassette — see
140
``tests/test_infra_smoke.py`` for a minimal example.
141
142
+ **CDPP3DView exception**: the upstream CDPP3DView server is historically
143
+ flaky. The unit tier replays cassettes (so flakiness no longer matters)
144
+ but the contract and e2e tiers keep CDPP3DView disabled to avoid daily
145
+ cron noise. Drift detection for CDPP3DView is intentionally absent;
146
+ cassettes will be re-recorded on demand if Speasy's CDPP3DView code
147
+ stops working in production.
148
+
149
150
6. Commit your changes and push your branch to GitHub::
151
0 commit comments