···37, sqlalchemy
38, tenacity
39, typing-extensions
40-, scikit-learn
41-}:
4243buildPythonPackage rec {
44 pname = "apache-beam";
···107 scikit-learn
108 sqlalchemy
109 tenacity
0110 ];
111112 # Make sure we're running the tests for the actually installed
···122 # container_init: Callable[[], Union[PostgresContainer, MySqlContainer]],
123 # E NameError: name 'MySqlContainer' is not defined
124 #
125- # Test relies on the testcontainers package, which is not currently (as of
126- # 2022-04-08) available in nixpkgs.
127 "apache_beam/io/external/xlang_jdbcio_it_test.py"
128129 # These tests depend on the availability of specific servers backends.
···37, sqlalchemy
38, tenacity
39, typing-extensions
40+, testcontainers
41+, scikit-learn }:
4243buildPythonPackage rec {
44 pname = "apache-beam";
···107 scikit-learn
108 sqlalchemy
109 tenacity
110+ testcontainers
111 ];
112113 # Make sure we're running the tests for the actually installed
···123 # container_init: Callable[[], Union[PostgresContainer, MySqlContainer]],
124 # E NameError: name 'MySqlContainer' is not defined
125 #
00126 "apache_beam/io/external/xlang_jdbcio_it_test.py"
127128 # These tests depend on the availability of specific servers backends.