Jeremy Retailleau
Jeremy Retailleau
This resolves #353 Tested with PySide2 and Python 2.7, Python 3.7 and Python 3.8 with the demo window: ``` python -m pyblish_qml --demo --targets default ``` (took me a while...
Ensure that ContextPlugin are sorted before InstancePlugin when plugins have the same order. This resolves #368
In most cases, it seems that the convention is to use **ContextPlugin** for the Collection stage and **InstancePlugin** for the following stages. However there might be some exception, for instance...
## Description Convert C++ and Python examples from the "Image transformations and data movement" section of the "imagebufalgo" chapter into tests within the "docs-examples" testsuites (#3992). Update 'oiiotool' tabs to...
Hi! Is there a way to get rid of the miniconda setup? The python dependencies seem to be defined with the [requirement.txt](https://github.com/talosh/flameTimewarpML/blob/main/bundle/requirements.txt) file, so it would theoretically be possible to...
When a test directory is nested within a symlinked directory, it can lead to errors when the 'rootdir' or the invocation directory targets the unresolved path, especially when the symlink...
It is time. https://www.python.org/doc/sunset-python-2/
It would be useful to have the ability to pass any relevant argument to the Pytest command. https://docs.pytest.org/en/7.1.x/reference/reference.html#command-line-flags
When a test is [embedded within a class](https://docs.pytest.org/en/7.1.x/getting-started.html#group-multiple-tests-in-a-class), the `TRIM_FROM_NAME` option from the "pytest_discover_tests" function applies to the class name instead of the method name. ```python class TestWorld: def test_greet(self):...