Commit graph

67 commits

Author SHA1 Message Date
Martin Weinelt 8b069e36f9 python3Packages.sqlalchemy: 1.4.34 -> 1.4.35 2022-04-15 01:39:53 +02:00
Martin Weinelt 7994e287ea python3Packages.sqlalchemy: 1.4.33 -> 1.4.34 2022-04-15 01:39:47 +02:00
Martin Weinelt fc4a13d81d python3Packages.sqlalchemy: 1.4.32 -> 1.4.33
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33
2022-04-15 01:39:46 +02:00
Martin Weinelt e58cb73878 python3Packages.sqlalchemy: 1.4.31 -> 1.4.32 2022-03-14 00:29:07 +01:00
Martin Weinelt 002467e0d6 python3Packages.sqlalchemy: 1.4.29 -> 1.4.31 2022-01-23 01:09:41 +01:00
Martin Weinelt 90b18ac5da python3Packages.sqlalchemy: 1.4.28 -> 1.4.29 2021-12-25 11:18:39 -08:00
Martin Weinelt 0da500bf2e python3Packages.sqlalchemy: 1.4.27 -> 1.4.28 2021-12-09 21:10:09 +01:00
Martin Weinelt 94f3d50098 python3Packages.sqlalchemy: 1.4.26 -> 1.4.27 2021-11-11 17:35:05 +01:00
Martin Weinelt 5332488c84 python3Packages.sqlalchemy: 1.4.25 -> 1.4.26 2021-10-21 21:03:00 +02:00
Martin Weinelt a8db4c188c
python3Packages.sqlalchemy: 1.4.23 -> 1.4.25 2021-09-23 04:24:36 +02:00
Martin Weinelt b21740ed48 python3Packages.sqlalchemy: 1.4.22 -> 1.4.23 2021-08-18 20:54:05 +02:00
github-actions[bot] dda98f3673
Merge staging-next into staging 2021-07-23 00:01:58 +00:00
Sandro Jäckel 093c632b2c pythonPackages.sqlalchemy: remove unused inputs 2021-07-22 11:20:44 -07:00
Martin Weinelt 741be6dfc1
Merge pull request #130237 from mweinelt/python/sqlalchemy 2021-07-22 17:01:45 +02:00
Martin Weinelt 3f694b0ac8
python3Packages.sqlalchemy: 1.4.21 -> 1.4.22 2021-07-22 02:16:20 +02:00
Sandro Jäckel 2e9c330216
pythonPackages: deprecate pytest_xdist alias 2021-07-21 13:32:52 +02:00
Martin Weinelt d01ca28f9e
python3Packages.sqlalchemy: 1.4.20 -> 1.4.21 2021-07-14 23:15:53 +02:00
Martin Weinelt e6b9c1cd62 python3Packages.sqlalchemy: 1.4.19 -> 1.4.20
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20
2021-06-30 14:23:15 -07:00
Martin Weinelt e82d082bc6
python3Packages.sqlalchemy: 1.4.18 -> 1.4.19 2021-06-23 04:28:10 +02:00
Martin Weinelt 7ae94fce05
python3Package.SQLAlchemy: 1.4.16 -> 1.4.18
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18
2021-06-10 21:28:57 +02:00
Martin Weinelt 77673388f5 python3Packages.SQLAlchemy: don't run tests in parallel
Test failures on hydra look suspiciously like they stem from xdist.

gw0 ok / gw1 ok / gw2 ok / gw3 ok / gw4 ok / gw5 ok / gw6 ok / gw7 ok / gw8 ok / gw9 ok / gw10 ok / gw11 ok / gw12 ok / gw13 ok / gw14 ok / gw15 ok / gw16 ok / gw17 ok / gw18 ok / gw19 C / gw20 C / gw21 C / gw22 C / gw23 C / gw24 C / gw25 C / gw26 C / gw27 C / gw28 C / gw29 C / gw30 C / gw31 C / gw32 C / gw33 C / gw34 C / gw35 C / gw36 C / gw37 C / gw38 C / gw39 C / gw40 C / gw41 C / gw42 C / gw43 C / gw44 C / gw45 C / gw46 C / gw47 CINTERNALERROR> def worker_internal_error(self, node, formatted_error):
INTERNALERROR>         """
INTERNALERROR>         pytest_internalerror() was called on the worker.
INTERNALERROR>
INTERNALERROR>         pytest_internalerror() arguments are an excinfo and an excrepr, which can't
INTERNALERROR>         be serialized, so we go with a poor man's solution of raising an exception
INTERNALERROR>         here ourselves using the formatted message.
INTERNALERROR>         """
INTERNALERROR>         self._active_nodes.remove(node)
INTERNALERROR>         try:
INTERNALERROR> >           assert False, formatted_error
INTERNALERROR> E           AssertionError: Traceback (most recent call last):
INTERNALERROR> E               File "/nix/store/4v6lhz8sq9jwl3af8abs6cgpbh9lignr-python3.8-pytest-6.2.3/lib/python3.8/site-packages/_pytest/main.py", line 267, in wrap_session
INTERNALERROR> E                 config.hook.pytest_sessionstart(session=session)
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py", line 286, in __call__
INTERNALERROR> E                 return self._hookexec(self, self.get_hookimpls(), kwargs)
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 93, in _hookexec
INTERNALERROR> E                 return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 84, in <lambda>
INTERNALERROR> E                 self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 208, in _multicall
INTERNALERROR> E                 return outcome.get_result()
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result
INTERNALERROR> E                 raise ex[1].with_traceback(ex[2])
INTERNALERROR> E               File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 187, in _multicall
INTERNALERROR> E                 res = hook_impl.function(*args)
INTERNALERROR> E               File "/build/SQLAlchemy-1.4.15/test/../lib/sqlalchemy/testing/plugin/pytestplugin.py", line 135, in pytest_sessionstart
INTERNALERROR> E                 asyncio._assume_async(plugin_base.post_begin)
INTERNALERROR> E               File "/nix/store/03hwa29jf7794x48983j44g0qvancijw-python3.8-SQLAlchemy-1.4.15/lib/python3.8/site-packages/sqlalchemy/testing/asyncio.py", line 50, in _assume_async
INTERNALERROR> E                 return _util_async_run(fn, *args, **kwargs)
INTERNALERROR> E               File "/nix/store/03hwa29jf7794x48983j44g0qvancijw-python3.8-SQLAlchemy-1.4.15/lib/python3.8/site-packages/sqlalchemy/util/_concurrency_py3k.py", line 167, in _util_async_run
INTERNALERROR> E                 loop = asyncio.get_event_loop()
INTERNALERROR> E               File "/nix/store/4s0h5aawbap3xhldxhcijvl26751qrjr-python3-3.8.9/lib/python3.8/asyncio/events.py", line 639, in get_event_loop
INTERNALERROR> E                 raise RuntimeError('There is no current event loop in thread %r.'
INTERNALERROR> E             RuntimeError: There is no current event loop in thread 'Dummy-1'.
INTERNALERROR> E           assert False
INTERNALERROR>
INTERNALERROR> /nix/store/ws9fk09ssyzhy93i8janlh274nay3190-python3.8-pytest-xdist-2.2.1/lib/python3.8/site-packages/xdist/dsession.py:187: AssertionError
[gw18] node down: Not properly terminated

replacing crashed worker gw18
[gw48] linux Python 3.8.9 cwd: /build/SQLAlchemy-1.4.15
gw0 ok / gw1 ok / gw2 ok / gw3 ok / gw4 ok / gw5 ok / gw6 ok / gw7 ok / gw8 ok / gw9 ok / gw10 ok / gw11 ok / gw12 ok / gw13 ok / gw14 ok / gw15 ok / gw16 ok / gw17 ok / gw48 C / gw19 C / gw20 C / gw21 C / gw22 C / gw23 C / gw24 C / gw25 C / gw26 C / gw27 C / gw28 C / gw29 C / gw30 C / gw31 C / gw32 C / gw33 C / gw34 C / gw35 C / gw36 C / gw37 C / gw38 C / gw39 C / gw40 C / gw41 C / gw42 C / gw43 C / gw44 C / gw45 C / gw46 C / gw47 CINTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/nix/store/4v6lhz8sq9jwl3af8abs6cgpbh9lignr-python3.8-pytest-6.2.3/lib/python3.8/site-packages/_pytest/main.py", line 269, in wrap_session
INTERNALERROR>     session.exitstatus = doit(config, session) or 0
INTERNALERROR>   File "/nix/store/4v6lhz8sq9jwl3af8abs6cgpbh9lignr-python3.8-pytest-6.2.3/lib/python3.8/site-packages/_pytest/main.py", line 323, in _main
INTERNALERROR>     config.hook.pytest_runtestloop(session=session)
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py", line 286, in __call__
INTERNALERROR>     return self._hookexec(self, self.get_hookimpls(), kwargs)
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 93, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 84, in <lambda>
INTERNALERROR>     self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 208, in _multicall
INTERNALERROR>     return outcome.get_result()
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result
INTERNALERROR>     raise ex[1].with_traceback(ex[2])
INTERNALERROR>   File "/nix/store/r4lwmmknxwx3gq2bv73yf0rkli9d902d-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 187, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File "/nix/store/ws9fk09ssyzhy93i8janlh274nay3190-python3.8-pytest-xdist-2.2.1/lib/python3.8/site-packages/xdist/dsession.py", line 112, in pytest_runtestloop
INTERNALERROR>     self.loop_once()
INTERNALERROR>   File "/nix/store/ws9fk09ssyzhy93i8janlh274nay3190-python3.8-pytest-xdist-2.2.1/lib/python3.8/site-packages/xdist/dsession.py", line 135, in loop_once
INTERNALERROR>     call(**kwargs)
INTERNALERROR>   File "/nix/store/ws9fk09ssyzhy93i8janlh274nay3190-python3.8-pytest-xdist-2.2.1/lib/python3.8/site-packages/xdist/dsession.py", line 224, in worker_errordown
INTERNALERROR>     self._active_nodes.remove(node)
INTERNALERROR> KeyError: <WorkerController gw18>
2021-05-28 19:15:40 -07:00
Martin Weinelt 1cbd7ffb56 python3Packages.SQLAlchemy: 1.4.15 -> 1.4.16
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16
2021-05-28 19:15:40 -07:00
Martin Weinelt 9974c90a15 python3Packages.sqlalchemy: 1.3.23 -> 1.4.15 2021-05-16 19:27:47 -07:00
Frederik Rietdijk 1e89d4cccd pythonPackages: move python 2 only expressions to python2-packages.nix 2021-04-03 17:49:45 +02:00
Martin Weinelt 9b1dd33f06 python3Packages.sqlalchemy: parallelize tests with xdist
Cuts down the test phase from 11 to 4 minutes on my remote builder.
2021-02-26 11:02:02 +01:00
Frederik Rietdijk c2c62dea03 python3Packages.SQLAlchemy: 1.3.20 -> 1.3.23 2021-02-26 11:01:56 +01:00
Sandro Jäckel babf9d6100 pythonPackages.sqlalchemy: fix tests 2021-02-24 10:15:25 +01:00
Frederik Rietdijk 733781fee2 python3Packages.SQLAlchemy: 1.3.19 -> 1.3.20 2020-11-05 15:47:04 -08:00
Frederik Rietdijk df374bd3af python3Packages.SQLAlchemy: 1.3.18 -> 1.3.19 2020-08-30 09:11:02 +02:00
Frederik Rietdijk a73f0a97cc python: SQLAlchemy: 1.3.17 -> 1.3.18 2020-08-04 21:54:56 +02:00
Frederik Rietdijk 286151c07e python: SQLAlchemy: 1.3.16 -> 1.3.17 2020-06-06 08:34:58 +02:00
Jonathan Ringer 1e590c4080 python3Package.sqlalchemy: 1.3.13 -> 1.3.16 2020-05-11 22:12:08 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk ec63edf6fd pythonPackages.sqlalchemy: 1.3.10 -> 1.3.13 2020-02-09 09:17:31 +01:00
Jonathan Ringer a2e9b7bf12 python3Packges.sqlalchemy: disable mem tests on darwin
These tests fail to pickle a file locally
2019-11-28 21:24:45 -08:00
Frederik Rietdijk 4ca7e3d75f python.pkgs.sqlalchemy: support sqlite 3.30 2019-10-22 14:38:03 +02:00
Frederik Rietdijk 1b5c537f45 Merge staging-next into staging 2019-10-18 12:27:41 +02:00
Frederik Rietdijk c51c2f79b2 Merge master into staging-next 2019-10-18 12:26:11 +02:00
Frederik Rietdijk fcdc273d2b python: SQLAlchemy: 1.3.8 -> 1.3.10 2019-10-18 09:54:01 +02:00
Jonathan Ringer d4d0536ad4 python35Packages.sqlalchemy: fix tests 2019-10-16 17:44:03 -07:00
Jonathan Ringer 6eb4cb59c1 pythonPackages.sqlalchemy: 1.3.6 -> 1.3.8 2019-10-02 15:16:06 -07:00
Wael M. Nasreddine 5fe81bf372 pythonPackages.sqlalchemy: remove pytest_xdist and fix the tests 2019-08-18 11:48:39 +02:00
Jonathan Ringer 3147cb1a8a pythonPackages.sqlalchemy: 1.2.14 -> 1.3.6 2019-08-13 09:19:06 +02:00
Frederik Rietdijk ed24b234e9 python: SQLAlchemy: 1.2.13 -> 1.2.14 2018-12-03 16:50:39 +01:00
Will Dietz b8229dd2dc
pythonPackages.sqlalchemy: 1.2.12 -> 1.2.13 2018-11-16 09:59:21 +01:00
Frederik Rietdijk e2c943bf46 python: SQLAlchemy: 1.2.11 -> 1.2.12 2018-10-13 09:50:17 +02:00
Frederik Rietdijk e5e1408c78 python: SQLAlchemy: 1.2.10 -> 1.2.11 2018-08-25 18:07:17 +02:00
Frederik Rietdijk d904398682 python: SQLAlchemy: 1.2.8 -> 1.2.10 2018-07-26 12:43:10 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00