1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00
nixpkgs/pkgs
aszlig bd2aeb4883
beets-alternatives: Disable test suite for now
Regression introduced by 94351197cd.

Running the tests results in the following traceback:
  ...
  File ".../unittest/loader.py", line 91, in loadTestsFromName
    module = __import__('.'.join(parts_copy))
  File ".../test/regrtest.py", line 184, in <module>
    for module in sys.modules.itervalues():
RuntimeError: dictionary changed size during iteration

The reason for this is that the test directory itself is called "test"
and the package including regrtest.py is also called "test", so the
loader tries to load tests from its own implementation.

We could fix this by changing PYTHONPATH and/or making the test
directory a proper package, but we'd still have failing tests because
beets itself is required to run the tests.

However for now I'm just removing the unit_tests kwarg in setup.py so
that we have the same behaviour as before the initially mentioned
commit.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-09-02 02:36:28 +02:00
..
applications turses: fix build 2017-09-01 18:56:04 +01:00
build-support Merge commit '2858c41' into HEAD 2017-08-30 21:07:07 +02:00
common-updater
data nerdfonts: 1.0.0 -> 1.1.0 2017-08-31 10:45:31 +02:00
desktops gnome3.dconf-editor: include gsettings_desktop_schemas 2017-09-01 13:07:39 +02:00
development python2Packages.jedi: fix tests 2017-09-01 19:06:49 +01:00
games Merge pull request #28825 from disassembler/crrcsim 2017-09-01 14:13:21 +01:00
misc e17gtk: finish decoupling from gnome3 version 2017-08-29 14:24:17 +02:00
os-specific conky: Don't enable nvidiaSupport by default 2017-09-01 17:35:17 +02:00
servers Merge #28802: rethinkdb: fix build with gcc6 2017-08-31 22:04:04 +02:00
shells grml-zsh-config: generalize support to unix systems 2017-09-01 11:38:38 +03:00
stdenv expand-response-params: Build more normally 2017-08-25 15:10:02 -04:00
test
tools beets-alternatives: Disable test suite for now 2017-09-02 02:36:28 +02:00
top-level Merge pull request #28860 from dtzWill/fix/clang_34_hardening 2017-09-01 19:36:24 +01:00