[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2021-10-20 Thread Athos Ribeiro
Back in focal development, django was sync'd after this build

** Changed in: python-django (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2020-01-05 Thread Graham Inggs
skimage sync'd


** Changed in: skimage (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-11-25 Thread Matthias Klose
astropy now built with tests again

** Changed in: astropy (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-11-12 Thread Rebecca Palmer
The python-xarray version in -proposed appears to already have these
fixes, but it's instead broken because it expects a newer dask
(test_dask), and on arm*, by long-standing numpy bug
https://bugs.debian.org/877754 (test_datetime_reduce).

The dask version in -proposed appears to fix its pandas 0.25 issues but
be broken by pytest 4: it's apparently trying to write to a temporary
directory that doesn't exist (test_rearrange +
test_temporary_directory).

This suggests the solution to these two is:
- point dask test_rearrange + test_temporary_directory to somewhere that does 
exist (and is writable by tests)
- xfail python-xarray test_datetime_reduce
- attempt pandas + dask + python-xarray together

snakemake hang: would it be worth retrying this to check if it always
hangs / if it's always the same test?

python-feather-format: has a patch in https://bugs.debian.org/943925,
but note that the Breaks: ends with the next upload to *Debian*, not
solely to Ubuntu

** Bug watch added: Debian Bug tracker #877754
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877754

** Bug watch added: Debian Bug tracker #943925
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943925

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-11-11 Thread Rebecca Palmer
On the pandas autopkgtest failures:

cnvkit, python-feather-format, python-skbio, and q2-types (plus its rdep
q2-cutadapt) are the expected ones, that the package has explicit Breaks
for.

dask, python-xarray and snakemake are unexpected.  (They weren't seen in
Debian experimental because the first two were already broken in Debian
and the last is on an architecture Debian doesn't test.)

snakemake is a hang (timeout in something that takes <30min everywhere
else).

xarray is 3 failures: 2 look readily fixable (just remove the attempts
to use pd.Panel), the 3rd looks like complaining about a new warning.

I haven't looked at dask carefully enough to have an opinion.

** Changed in: pandas (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-11-11 Thread Matthias Klose
python-tesserocr removed instead, see Debian #943618


** Changed in: python-tesserocr (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-11-11 Thread Matthias Klose
** Also affects: python-tesserocr (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-11-08 Thread Rebecca Palmer
Debian experimental's pandas 0.25 passes its tests with python3.8.  (It
also no longer requires any of the current pandas' Ubuntu changes.)

Warning: pandas 0.23 -> 0.25 is an API change which breaks cnvkit,
python-feather-format, python-skbio, q2-types.

** Changed in: pandas (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-11-06 Thread Andreas Hasenack
** Changed in: python-django (Ubuntu)
   Status: New => Triaged

** Changed in: python-django (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-11-06 Thread Andreas Hasenack
** Changed in: python-django (Ubuntu)
   Status: New => Triaged

** Changed in: python-django (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-10-31 Thread Dimitri John Ledkov
python-django_2.2.6-1.dsc tests fail in both debian and ubuntu, on both
py3.7 and py3.8, but we need it so I guess disabling some tests.

** Also affects: python-django (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-10-30 Thread Rebecca Palmer
pandas will probably need an upgrade to upstream 0.25: see
https://bugs.debian.org/931557 for progress on that.

** Bug watch added: Debian Bug tracker #931557
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931557

** Changed in: pandas (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-10-26 Thread Matthias Klose
python-tornado has tests enabled again

** Changed in: python-tornado (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-10-25 Thread Matthias Klose
numpy is always ignoring test results, so no change here

** Changed in: numpy (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-10-23 Thread Matthias Klose
** Also affects: skimage (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-10-23 Thread Matthias Klose
** Tags added: python3.8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-10-23 Thread Matthias Klose
** Also affects: astropy (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astropy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-10-23 Thread Dimitri John Ledkov
Moved the s390x specific numpy & reverse-deps ftbfs to
https://bugs.launchpad.net/ubuntu/+source/bottleneck/+bug/1849477

** No longer affects: cftime (Ubuntu)

** No longer affects: bottleneck (Ubuntu)

** Tags removed: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/numpy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849374] Re: packages built for python3.8 with disabled tests, for a first binary

2019-10-23 Thread Dimitri John Ledkov
But this makes bottleneck, cftime fail their testsuites because numpy is
busted.

** Also affects: bottleneck (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: cftime (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849374

Title:
  packages built for python3.8 with disabled tests, for a first binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/numpy/+bug/1849374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs