aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup version strings for 6.2.1 releaseSimo Fält2021-10-251-3/+3
| | | | | Change-Id: Ifb197c340b3ad692d8a74a74a00bdf5b3574d1af Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Documentation: Fix platform note on getting started pageFriedemann Kleint2021-10-211-4/+3
| | | | | | | Change-Id: I0027bd16aa0b5dea6bd51fb3b0df1b5cfb605388 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit be8980798ad04a5c8a6cd32962349734ac6d223c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* doc: include missing modulesCristián Maureira-Fredes2021-10-206-72/+98
| | | | | | | | | | | | | | | | | | | The following modules were not generated automatically in the documentation: - QtBluetooth - QtDBus - QtNetworkAuth - QtRemoteObjects - QtSerialPort The two column order of the modules.rst page was removed in favor of moving the page to a box-style in the future. Fixes: PYSIDE-1694 Change-Id: Ied62d15c0f4574d0e4f5a8202e5f08692f63e001 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 136c777f0c39b197f9f893f17006173f7be1d5de) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* PySide6: Add QCborTagFriedemann Kleint2021-10-202-1/+4
| | | | | | | | | Fixes: PYSIDE-1691 Change-Id: I023b4ffe280b431d883673f5120236ba3f9c0991 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 0432c7358dc38a5e78464feccd11d7ce4fc4b1a1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* PySide6: Fix constructing a QFont from a family stringFriedemann Kleint2021-10-123-0/+64
| | | | | | | | | | | | Change qtbase/d8602ce58b6ef268be84b9aa0166b0c3fa6a96e8 added QFont(QStringList) which now triggers for strings as well since they are a sequence. Fix by specifying overload numbers. Fixes: PYSIDE-1685 Change-Id: Ic78c2b273fe81949f852ea6e0f578613bc0a623a Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 0c4b73611801c788849f0bcf93737c670b61ee03) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* PySide6: Add qmlRegister functions taking a library URLFriedemann Kleint2021-10-114-0/+91
| | | | | | | | Fixes: PYSIDE-1631 Change-Id: I082c3576c24f772190cc103da787311b43acf88c Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 87d1bb58877bb956e8fe15e262d173ddaa011b08) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* PySide6: Fix hang in QQmlApplicationEngine functions with message handlerFriedemann Kleint2021-10-071-1/+6
| | | | | | | | | | Add allow-thread. Fixes: PYSIDE-1681 Change-Id: I624979c5845a3366bcd9d7827ff2c77438ec54f3 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit b8dadf54c3736b52a770d7715c8320a4dd016427) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add a signals and slots tutorialFriedemann Kleint2021-10-073-0/+236
| | | | | | | | Task-number: PYSIDE-841 Change-Id: I7e78f97fed206f0722e50d967ec84800d3bef810 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit a53318e661238ae155f9cd5692bf255c333ee292) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* PySide6: Enable the SSL methods of QWebSocketsFriedemann Kleint2021-10-051-11/+0
| | | | | | | | Fixes: PYSIDE-610 Change-Id: I120816a1ce7612b8390037713fef255711019c19 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 2bdb0154c9409169f1b1d143cb328b741fe09568) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* PySide6: Fix QObject.property() for QFlag typesFriedemann Kleint2021-10-051-0/+7
| | | | | | | | | | | | | | QObject::property() returns a QVariant for whose type a shiboken converter is retrieved by name (QVariant::typeName()). This fails for QFlags types since QVariant::typeName() returns the fully expanded name QFlag<Enum>. Register the flags converter under that name, too, to fix this. Fixes: PYSIDE-1673 Change-Id: I23e83da34b82196d76b78fa44f67647da65737c8 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 292a8e2426b14f98f4863dc58b5bf363ca97e748) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* PySide6: Expose QVideoFrame::bits(int)Friedemann Kleint2021-10-042-4/+4
| | | | | | | | | | | | QVideoFrame::bits() was removed in Qt 6; expose QVideoFrame::bits(int plane). Fixes: PYSIDE-1674 Change-Id: I23f58f71286e445ad1b1e170924ee5e40f0b2491 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit d410d3b621a9273be7a466a7ab3eb278fc225cdf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix hang in test bug_430.py in Qt 6.3Friedemann Kleint2021-10-041-6/+8
| | | | | | | | | | | | Terminating the application via closing the last window only works when the window was actually shown. Add a call to show() and reformat code. Task-number: QTBUG-97033 Change-Id: I1e0a82d1baf1676de5a38c1a8fd2408e104b464a Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 01b31e518ce4fa82c58db6ae89f481be152eb4dc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Documentation: Fix missing signal/slot lists in class documentationFriedemann Kleint2021-10-011-0/+1
| | | | | | | | | | | | | | | | | | | shiboken needs to run with pyside extensions to parse the Qt annoations correctly. Change 62c21af778b7bff6c86e7f89ef03a87efa6c51cb moved the compiler defines from the pyside global header into shiboken. This caused the function type detection to fail in the doc generator since it did not pyside extensions and thus signals/slots were listed as normal functions. To fix this, move the --enable-pyside-extensions option to the base class Generator and add it to documentation's CMakeLists.txt. Change-Id: I70142367ee01839d8e44cbf31e894991cf941197 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 614787bfc8f0210e30beecc0f03c9fe772f9c139) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update the online CSS to scale the iconsVenugopal Shivashankar2021-09-291-1/+2
| | | | | | | | | The scaled icons look better. Change-Id: I66b95372787f3b78a1d4cb2e6bc0f7a2f48b0908 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit fb58c474ec579d819048fd8b29f8d20b3382255d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Documentation: Fix qtpositioning path for buildCristián Maureira-Fredes2021-09-281-2/+2
| | | | | | | Change-Id: Ia9f93a9d9cb6d31da3bf5a73a62a47a414b5f4c8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit c6684ec87aa2bf5f6416cae9776ba3f0dad45d3c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Properly specify extra include for Qt core module source fileFriedemann Kleint2021-09-281-4/+5
| | | | | | | | | | | | | | Replace the hack adding the include to a primitive by an extra-include element. This is actually implemented in code, but not documented. As a drive-by fix the code to only write the comment when includes are present. Adapt the documentation accordingly. Task-number: PYSIDE-1660 Change-Id: I06520f4747d02f2b3e86f90c09220d82e91f95ff Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 418f43f7011281bd2d78f2aa43bb6b3cc666220d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Bump version stringsSimo Fält2021-09-271-1/+1
| | | | | Change-Id: Id8ba553cc8c46f4761729b3d712a36d657ebb2de Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* doc: fix warnings from rst filesCristián Maureira-Fredes2021-09-272-3/+3
| | | | | Change-Id: I97166f7e89c0365f425d1f8b0b840b7ef066d0d7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* doc: fix missing image in why qt for pythonCristián Maureira-Fredes2021-09-271-0/+3
| | | | | Change-Id: I001f8e1ed3c40e4be8eebebe6a44a1c0c9c869a9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Document the usage of NuitkaChristian Tismer2021-09-242-0/+142
| | | | | | | | | This documentation is adapted from the document deployment-pyinstaller.rst . Task-number: PYSIDE-1523 Change-Id: I2f42d596ea1073158ff8c198ed01a5816c745d58 Reviewed-by: Christian Tismer <tismer@stackless.com>
* shiboken6: Add built-in CPython typesFriedemann Kleint2021-09-242-11/+0
| | | | | | | | | | | | | | Add the CPython types along with their check functions. Introduce a new Python type entry for this. [ChangeLog][shiboken6] CPython types like PyObject, PySequence are now built into shiboken6 and no longer need to be specified in the typesystem files. Task-number: PYSIDE-1660 Change-Id: Ia2a7e5445c11b99cae069818aa5b0e1aa169533c Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* shiboken6: Add opaque containers for C++ sequence containersFriedemann Kleint2021-09-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a class that directly wraps a C++ sequence container, allow for modifying them. For all instantiated containers, generate a special (sequence) type that wraps the C++ container directly. For example, it will be accessible as a QList_int. This is achieved via providing a template for a type private that relies on a conversion traits template for conversion. Only the conversion traits specialization code needs to be generated. Use cases: - Allowing for modifying Fields of such container types (non-owning) - Pass it into functions taking such containers instead of converting back and forth from a PyList (constructed in Python, owning) [ChangeLog][shiboken6] Support for opaque C++ sequence scontainers has been added, allowing to pass a wrapped C++ container directly instead of converting it back and forth from Python sequences. Task-number: PYSIDE-1605 Change-Id: I49d378eb1a0151730d817d5bdd4b71a7c3b5cdda Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* shiboken6: Fix an impossible reference to type_newChristian Tismer2021-09-231-0/+6
| | | | | | | | | | | | | | | | | | [ChangeLog][shiboken6] It is now possible to derive classes from enum types like `QtCore.Key` in earlier Python versions. In SbkEnumTypeTpNew the reference to `PyType_Type.tp_new` was made through `PyType_GetSlot` in a Limited API compatible way. Unfortunately, `PyType_GetSlot` works for non-heaptypes in Python 3.10, only, and `PyType_Type is not a heaptype. This was found while creating a minimum example to prove that the PyPy implementation of type_new is not correct. Task-number: PYSIDE-535 Change-Id: Ibe300f4670d9db6d29fbdeb1d147e1a074ec23c6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* tutorials: update datavisualization and expensesCristián Maureira-Fredes2021-09-2228-78/+141
| | | | | | | | | | | | | | | These tutorials were removed due to QtCharts not being available, additionally due to the QtCharts namespace changes the code needed to be adjusted. Adding panels for the tutorials to display as cards instead of a list, and creating a new section called 'General Applications'. Task-number: PYSIDE-841 Change-Id: I18fbce3fd48ed35013bcc82013ffc6e06f005b03 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Fix QSurfaceDataProxy::resetArray() crashCristián Maureira-Fredes2021-09-212-2/+10
| | | | | | | | | | Pass an allocated array to the function. Complements dd4d4fe1ee74cc6dae370a8a9dcced53dc9a3898. Task-number: PYSIDE-1438 Change-Id: I4120a0dbeb3a4a4a740125ba9c27f78e61875457 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* PySide6: API Adaptions for 6.2Friedemann Kleint2021-09-214-4/+1
| | | | | | | | | Add missing enum QLocalSocket::SocketOption and remove obsolete enums and functions. Task-number: PYSIDE-1570 Change-Id: I2d89e116d2360fd49dac0343acf1e85d2442e5e1 Reviewed-by: Christian Tismer <tismer@stackless.com>
* PySide6: Clean the rejected typesFriedemann Kleint2021-09-211-17/+0
| | | | | | | | Remove obsolete types. Pick-to: 6.1 Change-Id: I6397f354fd02d47810668b93a65a661865697531 Reviewed-by: Christian Tismer <tismer@stackless.com>
* PySide6: Clean the suppressed warningsFriedemann Kleint2021-09-217-67/+19
| | | | | | | | Remove obsolete warnings and add new ones. Pick-to: 6.1 Change-Id: If4b8d1cfcfe858e86079eac32f24c3c65cbcf583 Reviewed-by: Christian Tismer <tismer@stackless.com>
* Add QWebEnginePage::setWebChannel(QWebChannel*,quint32)Friedemann Kleint2021-09-213-2/+15
| | | | | | | | | Make QtWebChannel a dependency of QtWebEngineCore to expose the method. Fixes: PYSIDE-1663 Change-Id: I5b70976f68c1b863582897a648ec7446af9f982b Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* doc: update qml tutorialsCristián Maureira-Fredes2021-09-178-69/+102
| | | | | | | | | | | | - Add screenshot and updates to the 'first qml application' - Update 'context properties' for 'python-qml interaction' tutorial - Remove the 'Real use-cases' subsection - Update the snippets from QML application tutorial - Update the QML SQL integration tutorial Change-Id: I9c6a1bedb66b130e9c28d340b236e778f7c109b8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
* PySide6: Document QUiLoader restriction wrt signal/slot connectionsFriedemann Kleint2021-09-151-0/+7
| | | | | | | Fixes: PYSIDE-1659 Pick-to: 6.1 5.15 Change-Id: I9025e8454d7153faec8b49f0ae02bf175dae3fd8 Reviewed-by: Christian Tismer <tismer@stackless.com>
* PyPySide: Encapsulate type generation to be PyPy compatibleChristian Tismer2021-09-153-12/+4
| | | | | | | | | | | | | | | | | | Type generation in PyPy is critical. When type creation calls PyType_Ready, PyPy freezes the current state of the type object. That has fatal effects, because with the Limited API, we need to patch some types a little _after_ creation. The functionality of this patch is still the same, but type creation is totally encapsulated, and we can do a different implementation for PyPy. [ChangeLog][PySide6] PyPySide: Type creation was completely encapsulated. The implementation can now be rewritten for PyPy. Task-number: PYSIDE-535 Change-Id: Iae0cadb15b631344ae76cea8c104d4b69941c2b0 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Remove some C-style castsFriedemann Kleint2021-09-134-8/+10
| | | | | Change-Id: Ib600eff6f4a2baa32dbda781c0c95286e9ba5c58 Reviewed-by: Christian Tismer <tismer@stackless.com>
* Shiboken: Change type(SbkType_FromSpec) to PyType_ObjectChristian Tismer2021-09-138-34/+12
| | | | | | | | | | | | This step prepares the transition of type generation to PyPy compatibility. [ChangeLog][shiboken6] SbkType_FromSpec() has been changed to return a PyType_Object *. Task-number: PYSIDE-535 Change-Id: I74e2e527e66a41f1a9f3f911f44d641139371889 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Remove SbkObjectType from the APIFriedemann Kleint2021-09-135-14/+14
| | | | | | | | | | Leave only a deprecated typedef. Complements a4311711eb89e3f9833a05edf3debdf7563a104f. Task-number: PYSIDE-535 Change-Id: Icab9e82e7bff99363c01e471db1c84ee8d6c0b6b Reviewed-by: Christian Tismer <tismer@stackless.com>
* Remove C-style casts to SbkObjectType *Friedemann Kleint2021-09-132-19/+35
| | | | | | | | Complements a4311711eb89e3f9833a05edf3debdf7563a104f. Task-number: PYSIDE-535 Change-Id: Iedb4b03be4fcac1622c1fabf8d60e0853d939bd6 Reviewed-by: Christian Tismer <tismer@stackless.com>
* Remove macros SBK_DEPRECATED/PYSIDE_DEPRECATEDFriedemann Kleint2021-09-131-1/+0
| | | | | | | | They are no longer needed since C++ 14 introduced the [[deprecated]] attribute. Change-Id: I60b196dd0f6167212b4a94e79761331ba3aaee4d Reviewed-by: Christian Tismer <tismer@stackless.com>
* Define SbkObjectType to be a PyTypeObjectFriedemann Kleint2021-09-119-22/+7
| | | | | | | | | | | | | | | SbkObjectType was a struct embedding a PyTypeObject after fec1611e9f42c1f0a13eb33474df2ed8ee480842. Remove that and make the types equvivalent, which allows for removing many reinterpret_casts. SbkObjectType is left as a typedef for client code snippets. [ChangeLog][shiboken6] SbkObjectType is now a typedef for PyTypeObject. Task-number: PYSIDE-535 Change-Id: I44812311ccbbe0988c38e34c47d16f6874f8d1cf Reviewed-by: Christian Tismer <tismer@stackless.com>
* PyPySide: fix the representation of missing keyword argumentsChristian Tismer2021-09-101-1/+2
| | | | | | | | | | | | | | | It CPython, missing keyword arguments are encoded by passing a nullptr as dict. Not so in PyPy, where no keyword arguments simply result in empty dicts. [ChangeLog][PySide6] PyPySide: Accept empty dicts as alternative to setting unused keyword dicts to nullptr. This saves about 40 errors :-) (still 195 due to inheritance) Task-number: PYSIDE-535 Change-Id: I40c12e82d8a445272698264f0a04f48533f56f88 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* doc: improve tutorials and stylingCristián Maureira-Fredes2021-09-0935-97/+883
| | | | | | | | | | | | | - Creating screenshots for tutorials. - Add gallery style for tutorials. - Add corporate Icons to the frontpage. - tools: Reduce example long names in the gallery. - videos: new order using panels - Add tutorial about "Why Qt for Python" Change-Id: I3ba50f74998399a47b4a34c1de029f3b746aa1e2 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* doc: tweak css for card stylingCristián Maureira-Fredes2021-09-081-6/+14
| | | | | Change-Id: Ie2dc49e7570cb8624bf8e9b6eda2201979680cee Reviewed-by: Christian Tismer <tismer@stackless.com>
* PySide6: Add QThreadPool().start(std::function)/tryStart(std::function)Friedemann Kleint2021-09-073-1/+55
| | | | | | | | [ChangeLog][PySide6] QThreadPool().start(std::function) and tryStart(std::function) have been added. Change-Id: I01fc3b743d97e11375c20391fb6e28b03d1ceac0 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* PySide6: Fix QThreadPool testFriedemann Kleint2021-09-071-4/+2
| | | | | | | | | | | | The test used deprecated/removed functions of QTime, causing: AttributeError: 'PySide6.QtCore.QTime' object has no attribute 'start' Use QThread instead. Pick-to: 6.1 Change-Id: Ib6c7d043d3386eae3c1145b5966c86bc8c31562f Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* shiboken6: Handle hidden methods/"using" correctlyFriedemann Kleint2021-09-061-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In C++, declaring a non-override method in a class hides all methods of the same name from the base class unless they are made visible by a "using Base::name" specification. Shiboken did not observe this rule; base class methods were added nevertheless, causing problems with code snippets. In addition, there were several places where the recursion for the inherited base class methods was done. Move the collection of inherited base class methods into ShibokenGenerator::getFunctionGroups() and implement proper handling of using declarations. This function then returns the authoritative list of functions to be generated. Remove a few cases from the test. [ChangeLog][shiboken6] The handling of hidden base class member functions and using declarations has been fixed. Fixes: PYSIDE-1653 Change-Id: I62c9ec47617f94098c4a27a557a23bbfeaad805c Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* doc: reduce main card sizesCristián Maureira-Fredes2021-09-032-8/+2
| | | | | | | | This reduces the height of the main documentation page, without altering the example cards. Change-Id: Ie15fa6bcbe407f7bf213c0a988e6f56665fde08e Reviewed-by: Christian Tismer <tismer@stackless.com>
* PySide6: Add QAccessible::installFactory()Friedemann Kleint2021-08-314-0/+270
| | | | | | Fixes: PYSIDE-1650 Change-Id: I05926888aa4de8c3a34c712ed2000ba59e524833 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Pyside6/Documentation: Fix path to qtquickcontrols.qdocconfFriedemann Kleint2021-08-311-1/+1
| | | | | | | | The module has been moved into the declarative repo. Task-number: PYSIDE-1623 Change-Id: I47a8c689eab81319bb72360df011a61ab7281583 Reviewed-by: Christian Tismer <tismer@stackless.com>
* PySide6: Remove function glGetProgramBinary()Friedemann Kleint2021-08-311-0/+1
| | | | | | | | It causes signature warnings. Task-number: PYSIDE-1646 Change-Id: I8979a8f087184fd3007c47a0a5f9695d3ef24d7a Reviewed-by: Christian Tismer <tismer@stackless.com>
* PySide6: Add QAccessibleActionInterfaceFriedemann Kleint2021-08-312-0/+2
| | | | | | | | | Fix warning: QtWidgets/qaccessiblewidget.h:53: Base class 'QAccessibleActionInterface' of class 'QAccessibleWidget' not found in the type system for setting up inheritance Task-number: PYSIDE-1650 Change-Id: I0c4ae56b0f931e7103c5bf61180a5fbb4c7036e2 Reviewed-by: Christian Tismer <tismer@stackless.com>
* PyPySide: Skip all tests which use reference countingChristian Tismer2021-08-3031-118/+168
| | | | | | | | | | [ChangeLog][PySide6] Tests which use reference counting need to be skipped in upcoming PyPy builds. Task-number: PYSIDE-535 Change-Id: I5dca3257d3dc40f53e9b4e4a69e24c07938047c2 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>