ReimarBauer
ReimarBauer
Ah I misunderstood you want to list all None linked files? You can add to conf.py some code for e.g. a table or Index for such directories. You have also...
Have a look on the nginx configuration described https://janis-streib.de/post/pitfalls-when-setting-up-a-turnserver-with-bbb/ in Pitfall 3.
Hmm, interesting, I try again with exact your options. But it works with the build scripts. https://docs.conda.io/projects/conda-build/en/stable/user-guide/tutorials/build-pkgs.html#writing-the-build-script-files-build-sh-and-bld-bat I added that to: https://github.com/conda/conda-build/issues/5311
I added a link to our current localbuild dir on https://github.com/conda/conda-build/issues/5311#issuecomment-2109549736
``` Preparing transaction: ...working... done Verifying transaction: ...working... ClobberWarning: This transaction has incompatible packages due to a shared path. packages: conda-forge/win-64::git-2.45.0-h57928b3_1, conda-forge/win-64::git-2.45.0-h57928b3_1 path: 'menu/menu-windows.json' ClobberWarning: This transaction has incompatible packages...
This is an example for this problem https://github.com/Open-MSS/MSS/tree/develop/localbuild We need to use a https://github.com/Open-MSS/MSS/blob/develop/localbuild/bld.bat with `%PYTHON% setup.py install --single-version-externally-managed --record record.txt` and can't build by ` %PYTHON% -m pip install...
currently one can use the mwms.txt requirements to feed into the meta.yaml and build locally a package for MSS only with modules needed for mswms that jinja2 idea sounds interesting,...
@matrss if we revise the conftest, we should see that we distribute the functionalities and also the fixtures.
> I am pretty sure that all of those `try: ... except ModuleNotFoundError: ...` blocks will break the test suite in many ways. all tests succeeds. > I'd rather not...
> In CI yes, because all dependencies are installed. There these try blocks serve no purpose. If I just uninstall keyring and run the test suite I get a bunch...