napari-plugin-manager 0.1.5rc0__py3-none-any.whl → 0.1.5rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- napari_plugin_manager/_tests/test_qt_plugin_dialog.py +5 -0
- napari_plugin_manager/_version.py +1 -1
- {napari_plugin_manager-0.1.5rc0.dist-info → napari_plugin_manager-0.1.5rc1.dist-info}/METADATA +1 -1
- {napari_plugin_manager-0.1.5rc0.dist-info → napari_plugin_manager-0.1.5rc1.dist-info}/RECORD +7 -7
- {napari_plugin_manager-0.1.5rc0.dist-info → napari_plugin_manager-0.1.5rc1.dist-info}/WHEEL +0 -0
- {napari_plugin_manager-0.1.5rc0.dist-info → napari_plugin_manager-0.1.5rc1.dist-info}/licenses/LICENSE +0 -0
- {napari_plugin_manager-0.1.5rc0.dist-info → napari_plugin_manager-0.1.5rc1.dist-info}/top_level.txt +0 -0
|
@@ -467,6 +467,11 @@ def test_drop_event(plugin_dialog, tmp_path):
|
|
|
467
467
|
assert plugin_dialog.direct_entry_edit.text() == str(path_1)
|
|
468
468
|
|
|
469
469
|
|
|
470
|
+
@pytest.mark.skipif(
|
|
471
|
+
'napari_latest' in os.getenv('TOX_ENV_NAME')
|
|
472
|
+
and 'PySide2' in os.getenv('TOX_ENV_NAME'),
|
|
473
|
+
reason='PySide2 flaky with latest released napari',
|
|
474
|
+
)
|
|
470
475
|
def test_installs(qtbot, tmp_virtualenv, plugin_dialog, request):
|
|
471
476
|
if "[constructor]" in request.node.name:
|
|
472
477
|
pytest.skip(
|
{napari_plugin_manager-0.1.5rc0.dist-info → napari_plugin_manager-0.1.5rc1.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
napari_plugin_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
napari_plugin_manager/_version.py,sha256=
|
|
2
|
+
napari_plugin_manager/_version.py,sha256=wQaAqCMIBuF3fOz_hscpjKVmnhNsU3hxiNQwtVyHi3c,514
|
|
3
3
|
napari_plugin_manager/base_qt_package_installer.py,sha256=Tp2dt5BBT-5CsXXlQPIPxuXSDMvUgKy2kSgw2Y2G9Dk,21825
|
|
4
4
|
napari_plugin_manager/base_qt_plugin_dialog.py,sha256=gkrEkVf_WGJHjZFORMoCiw-gxCwFuTZ04Q0PGFK8gLk,65978
|
|
5
5
|
napari_plugin_manager/npe2api.py,sha256=bXmhwFkwKw_1DfnGLhWhEGaEAA3oYPFaw4eR4SX2Nyg,4075
|
|
@@ -14,10 +14,10 @@ napari_plugin_manager/_tests/conftest.py,sha256=OvzenfBP2oIS6x8ksr9FhPXdsLV3Q_3K
|
|
|
14
14
|
napari_plugin_manager/_tests/test_base_installer_process.py,sha256=Cv-nBnUeNAX6pYUE1zs38I9vGtCE-ahBN4q-xcBH-pw,561
|
|
15
15
|
napari_plugin_manager/_tests/test_installer_process.py,sha256=qPSDcYWPQ08gzM38av2tcE9XCtruHv-Mo6duQ0sZp-8,11614
|
|
16
16
|
napari_plugin_manager/_tests/test_npe2api.py,sha256=GRXucH7kWHt6thgueppHHWaToTvQG1PXH6UECFeVxcM,1225
|
|
17
|
-
napari_plugin_manager/_tests/test_qt_plugin_dialog.py,sha256=
|
|
17
|
+
napari_plugin_manager/_tests/test_qt_plugin_dialog.py,sha256=IRXodt3IrE7rXHZO0R69lhz4_2mMW3MOE9LLQ5tCxWY,21727
|
|
18
18
|
napari_plugin_manager/_tests/test_utils.py,sha256=7EilxmDkRjU6UO2AnaqyYovdAs18D0ZA5GCVGN62-3M,720
|
|
19
|
-
napari_plugin_manager-0.1.
|
|
20
|
-
napari_plugin_manager-0.1.
|
|
21
|
-
napari_plugin_manager-0.1.
|
|
22
|
-
napari_plugin_manager-0.1.
|
|
23
|
-
napari_plugin_manager-0.1.
|
|
19
|
+
napari_plugin_manager-0.1.5rc1.dist-info/licenses/LICENSE,sha256=8dAlKbOqTMYe9L-gL_kEx5Xr1Sd0AbaWQDUkpiOp3vI,1506
|
|
20
|
+
napari_plugin_manager-0.1.5rc1.dist-info/METADATA,sha256=QeYCn3PpTMce-zZOvmAftJacUGvf4eUNkMU2p9Gv6PI,13813
|
|
21
|
+
napari_plugin_manager-0.1.5rc1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
22
|
+
napari_plugin_manager-0.1.5rc1.dist-info/top_level.txt,sha256=pmCqLetuumhY1CKSuTZ5eQsitzazrSvc7V_mkugEPTY,22
|
|
23
|
+
napari_plugin_manager-0.1.5rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{napari_plugin_manager-0.1.5rc0.dist-info → napari_plugin_manager-0.1.5rc1.dist-info}/top_level.txt
RENAMED
|
File without changes
|