Re: Macro to smoke-test-import a Python module in %check

2021-08-04 Thread Michel Alexandre Salim
On Wed, Jul 14, 2021 at 07:27:52PM +0200, Miro Hrončok wrote: > On 08. 07. 21 16:48, Miro Hrončok wrote: > > On 29. 06. 21 8:28, Felix Schwarz wrote: > > > > > > Am 28.06.21 um 21:44 schrieb Miro Hrončok: > > > > The semantics is quite simple: > > > > > > > > > > > > %check > > > > %py

Re: Macro to smoke-test-import a Python module in %check

2021-07-14 Thread Miro Hrončok
On 08. 07. 21 16:48, Miro Hrončok wrote: On 29. 06. 21 8:28, Felix Schwarz wrote: Am 28.06.21 um 21:44 schrieb Miro Hrončok: The semantics is quite simple: %check %py3_check_import mymodule mymodule.submodule Looks great! Thank you. Please let us know when we should start adding

Re: Macro to smoke-test-import a Python module in %check

2021-07-08 Thread Miro Hrončok
On 29. 06. 21 8:28, Felix Schwarz wrote: Am 28.06.21 um 21:44 schrieb Miro Hrončok: The semantics is quite simple: %check %py3_check_import mymodule mymodule.submodule Looks great! Thank you. Please let us know when we should start adding that to our Python packages. :-) Feel f

Re: Macro to smoke-test-import a Python module in %check

2021-06-28 Thread Felix Schwarz
Am 28.06.21 um 21:44 schrieb Miro Hrončok: The semantics is quite simple:     %check     %py3_check_import mymodule mymodule.submodule Looks great! Thank you. Please let us know when we should start adding that to our Python packages. :-) Felix ___